Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-43056 (GCVE-0-2026-43056)
Vulnerability from cvelistv5 – Published: 2026-05-01 14:15 – Updated: 2026-05-11 22:16| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
a69839d4327d053b18d8e1b0e7ddeee78db78f4f , < d88541ffd56d62a61e77209080001eddd4d69815
(git)
Affected: a69839d4327d053b18d8e1b0e7ddeee78db78f4f , < 43f5b19fd190fea20d052bc84741b28031d5baa9 (git) Affected: a69839d4327d053b18d8e1b0e7ddeee78db78f4f , < 5f4061f8225d18695e5afe9bbf1cb7bd673d7872 (git) Affected: a69839d4327d053b18d8e1b0e7ddeee78db78f4f , < e5a75bf026c686b91a7dc6f9c5caf5016745d1fe (git) Affected: a69839d4327d053b18d8e1b0e7ddeee78db78f4f , < c4ea7d8907cf72b259bf70bd8c2e791e1c4ff70f (git) |
|
| Linux | Linux |
Affected:
6.2
Unaffected: 0 , < 6.2 (semver) Unaffected: 6.6.134 , ≤ 6.6.* (semver) Unaffected: 6.12.81 , ≤ 6.12.* (semver) Unaffected: 6.18.22 , ≤ 6.18.* (semver) Unaffected: 6.19.12 , ≤ 6.19.* (semver) Unaffected: 7.0 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/net/ethernet/microsoft/mana/mana_en.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "d88541ffd56d62a61e77209080001eddd4d69815",
"status": "affected",
"version": "a69839d4327d053b18d8e1b0e7ddeee78db78f4f",
"versionType": "git"
},
{
"lessThan": "43f5b19fd190fea20d052bc84741b28031d5baa9",
"status": "affected",
"version": "a69839d4327d053b18d8e1b0e7ddeee78db78f4f",
"versionType": "git"
},
{
"lessThan": "5f4061f8225d18695e5afe9bbf1cb7bd673d7872",
"status": "affected",
"version": "a69839d4327d053b18d8e1b0e7ddeee78db78f4f",
"versionType": "git"
},
{
"lessThan": "e5a75bf026c686b91a7dc6f9c5caf5016745d1fe",
"status": "affected",
"version": "a69839d4327d053b18d8e1b0e7ddeee78db78f4f",
"versionType": "git"
},
{
"lessThan": "c4ea7d8907cf72b259bf70bd8c2e791e1c4ff70f",
"status": "affected",
"version": "a69839d4327d053b18d8e1b0e7ddeee78db78f4f",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/net/ethernet/microsoft/mana/mana_en.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.2"
},
{
"lessThan": "6.2",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.134",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.81",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.22",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.12",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.0",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.134",
"versionStartIncluding": "6.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.81",
"versionStartIncluding": "6.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.22",
"versionStartIncluding": "6.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.12",
"versionStartIncluding": "6.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0",
"versionStartIncluding": "6.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: mana: fix use-after-free in add_adev() error path\n\nIf auxiliary_device_add() fails, add_adev() jumps to add_fail and calls\nauxiliary_device_uninit(adev).\n\nThe auxiliary device has its release callback set to adev_release(),\nwhich frees the containing struct mana_adev. Since adev is embedded in\nstruct mana_adev, the subsequent fall-through to init_fail and access\nto adev-\u003eid may result in a use-after-free.\n\nFix this by saving the allocated auxiliary device id in a local\nvariable before calling auxiliary_device_add(), and use that saved id\nin the cleanup path after auxiliary_device_uninit()."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T22:16:51.700Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/d88541ffd56d62a61e77209080001eddd4d69815"
},
{
"url": "https://git.kernel.org/stable/c/43f5b19fd190fea20d052bc84741b28031d5baa9"
},
{
"url": "https://git.kernel.org/stable/c/5f4061f8225d18695e5afe9bbf1cb7bd673d7872"
},
{
"url": "https://git.kernel.org/stable/c/e5a75bf026c686b91a7dc6f9c5caf5016745d1fe"
},
{
"url": "https://git.kernel.org/stable/c/c4ea7d8907cf72b259bf70bd8c2e791e1c4ff70f"
}
],
"title": "net: mana: fix use-after-free in add_adev() error path",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-43056",
"datePublished": "2026-05-01T14:15:48.837Z",
"dateReserved": "2026-05-01T14:12:55.980Z",
"dateUpdated": "2026-05-11T22:16:51.700Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-43056",
"date": "2026-07-24",
"epss": "0.00116",
"percentile": "0.0191"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-43056\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-01T15:16:52.147\",\"lastModified\":\"2026-06-17T10:48:50.980\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: mana: fix use-after-free in add_adev() error path\\n\\nIf auxiliary_device_add() fails, add_adev() jumps to add_fail and calls\\nauxiliary_device_uninit(adev).\\n\\nThe auxiliary device has its release callback set to adev_release(),\\nwhich frees the containing struct mana_adev. Since adev is embedded in\\nstruct mana_adev, the subsequent fall-through to init_fail and access\\nto adev-\u003eid may result in a use-after-free.\\n\\nFix this by saving the allocated auxiliary device id in a local\\nvariable before calling auxiliary_device_add(), and use that saved id\\nin the cleanup path after auxiliary_device_uninit().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/ethernet/microsoft/mana/mana_en.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"a69839d4327d053b18d8e1b0e7ddeee78db78f4f\",\"lessThan\":\"d88541ffd56d62a61e77209080001eddd4d69815\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a69839d4327d053b18d8e1b0e7ddeee78db78f4f\",\"lessThan\":\"43f5b19fd190fea20d052bc84741b28031d5baa9\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a69839d4327d053b18d8e1b0e7ddeee78db78f4f\",\"lessThan\":\"5f4061f8225d18695e5afe9bbf1cb7bd673d7872\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a69839d4327d053b18d8e1b0e7ddeee78db78f4f\",\"lessThan\":\"e5a75bf026c686b91a7dc6f9c5caf5016745d1fe\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a69839d4327d053b18d8e1b0e7ddeee78db78f4f\",\"lessThan\":\"c4ea7d8907cf72b259bf70bd8c2e791e1c4ff70f\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/ethernet/microsoft/mana/mana_en.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.2\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.2\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.134\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.81\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.22\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.12\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.134\",\"matchCriteriaId\":\"F56F925B-BAF8-4F4B-B62F-1496AF19A307\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.81\",\"matchCriteriaId\":\"6EF80433-B33B-43C5-8E64-0FA7B8DCE1BC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.22\",\"matchCriteriaId\":\"C9DF8BCE-36D3-475D-9D21-19E4F02F9029\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.12\",\"matchCriteriaId\":\"0A2B9540-02D5-41B4-B16A-82AF66FD4F36\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F253B622-8837-4245-BCE5-A7BF8FC76A16\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"4AE85AD8-4641-4E7C-A2F4-305E2CD9EE64\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F666C8D8-6538-46D4-B318-87610DE64C34\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"02259FDA-961B-47BC-AE7F-93D7EC6E90C2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"58A9FEFF-C040-420D-8F0A-BFDAAA1DF258\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/43f5b19fd190fea20d052bc84741b28031d5baa9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5f4061f8225d18695e5afe9bbf1cb7bd673d7872\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/c4ea7d8907cf72b259bf70bd8c2e791e1c4ff70f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d88541ffd56d62a61e77209080001eddd4d69815\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e5a75bf026c686b91a7dc6f9c5caf5016745d1fe\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-06-30T14:28:13+00:00",
"cve": "CVE-2026-43056",
"id": "CVE-2026-43056",
"initial_release_date": "2026-05-01T00:00:00+00:00",
"product_status:fixed": "762",
"product_status:known_affected": "22",
"product_status:known_not_affected": "42",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: net: mana: fix use-after-free in add_adev() error path",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43056.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-05-07T02:19:32Z",
"cve": "CVE-2026-43056",
"id": "CVE-2026-43056",
"initial_release_date": "2026-05-07T02:19:32Z",
"product_status:known_affected": "72",
"product_status:known_not_affected": "152",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-43056",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-43056.json",
"version": "2"
}
}
}
RHSA-2026:27288
Vulnerability from csaf_redhat - Published: 2026-06-20 00:28 - Updated: 2026-07-24 02:42A flaw was found in the Linux kernel's Controller Area Network (CAN) ISO-TP (isotp) module. This vulnerability, known as a use-after-free, occurs when the system attempts to free a memory region while it is still being used. A local attacker could trigger this condition by sending a signal that interrupts a specific waiting process during a close operation. This can lead to memory corruption, potentially causing the system to crash (denial of service) or behave unpredictably.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's rxrpc subsystem. An unprivileged local user could exploit an integer overflow vulnerability in the `rxrpc_preparse_xdr_yfs_rxgk()` function. This flaw occurs when processing specially crafted key and ticket lengths, causing an incorrect memory allocation size. Consequently, a heap buffer overflow can occur, potentially leading to arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's Multipath TCP (MPTCP) implementation. Due to incorrect memory allocation for IPv6 subflow child sockets, a use-after-free vulnerability exists. A remote attacker could exploit this by triggering concurrent lookups in the kernel's hash table, potentially leading to a denial of service or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's Bluetooth Host Controller Interface (HCI) synchronization. A local user could trigger a stack buffer overflow by binding a specific type of Bluetooth socket with an excessive number of Bluetooth Isochronous Stream (BIS) entries. This memory corruption can lead to a system crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel. A buffer overflow vulnerability exists in the Xen hypervisor driver (`drivers/xen/sys-hypervisor.c`). This flaw occurs because the `HYPERVISOR_xen_version(XENVER_build_id)` function returns a build ID that is not properly null-terminated. When the `buildid_show` function attempts to process this non-null-terminated string using `sprintf`, it can read and copy beyond the intended buffer boundary, potentially leading to a denial of service or other unspecified impacts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's xen/privcmd module. A local user could exploit this by performing a partial unmapping of a `privcmd` memory region. This action causes a Virtual Memory Area (VMA) to split, leading to duplicated internal memory pointers. As a result, the same memory can be freed twice, a condition known as a double free, which can cause system instability or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's mana network driver. An issue in the error handling of the `add_adev()` function can lead to a use-after-free vulnerability. This occurs when memory is released prematurely but then accessed again, which could allow a local attacker to cause a system crash (denial of service) or potentially gain elevated access (privilege escalation).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the bnxt_en driver of the Linux kernel. An issue in the RSS (Receive Side Scaling) context deletion logic can lead to a leak of VNICs (Virtual Network Interface Controllers) in the firmware. This can cause subsequent attempts to create new VNICs to fail, resulting in the loss of active RSS contexts. This vulnerability could lead to a Denial of Service (DoS) for network operations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's caam cryptographic accelerator driver. When processing a Hash-based Message Authentication Code (HMAC) key that exceeds the block size, the driver incorrectly handles memory allocation and copying. This can lead to an overflow, where the system attempts to read beyond the intended memory buffer, potentially corrupting neighboring memory. This memory corruption could lead to system instability or denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's Bluetooth subsystem. This vulnerability, a Use-After-Free (UAF), exists within the Secure Simple Pairing (SSP) passkey handlers. It occurs when `hci_conn` lookup and field access are performed without proper locking, allowing a connection to be freed concurrently. This could potentially enable a local attacker to cause a denial of service or execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's mac80211 Wi-Fi subsystem. When Multi-Link Operation (MLO) connection preparation fails, the system may not correctly remove the associated station. This can lead to a use-after-free or double-free vulnerability in the debugfs component, potentially causing system instability or unexpected behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's Wi-Fi (mac80211) subsystem. The `ieee80211_invoke_fast_rx()` function uses a static variable for `rx_result`, which is shared across concurrent calls. This can lead to incorrect processing of Wi-Fi packets, where a packet might be mishandled or its status incorrectly reported. Such issues can result in unexpected network behavior or a denial of service within the wireless communication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's mac80211 wireless subsystem. This vulnerability arises from unsafe list iteration during radar detection work, where a channel context can be freed while still being processed. This can lead to a use-after-free memory error. A successful exploit could result in system instability or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel. During the exit process of a task that has encountered an error, the system can incorrectly allow the task to be interrupted. This can lead to improper management of the task's memory, potentially causing memory corruption. Such an issue could allow a local attacker to cause a system crash (Denial of Service) or potentially gain elevated privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's traffic control packet editing (pedit) subsystem. In tcf_pedit_act(), the copy-on-write (COW) range for skb_ensure_writable() is computed once before iterating over edit keys, but the calculation does not account for runtime header offsets added by typed keys. This can leave part of the target write region without a proper copy-on-write, leading to an out-of-bounds write that corrupts page cache memory. A local attacker with the ability to configure traffic control rules could exploit this to escalate privileges or crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: can: isotp: fix tx.buf use-after-free in isotp_sendmsg() (CVE-2026-31474)\n\n* kernel: mptcp: fix slab-use-after-free in __inet_lookup_established (CVE-2026-31669)\n\n* kernel: rxrpc: Fix RxGK token loading to check bounds (CVE-2026-31641)\n\n* kernel: xen/privcmd: fix double free via VMA splitting (CVE-2026-31787)\n\n* kernel: Buffer overflow in drivers/xen/sys-hypervisor.c (CVE-2026-31786)\n\n* kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)\n\n* kernel: Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_sync (CVE-2026-31772)\n\n* kernel: bnxt_en: Fix RSS context delete logic (CVE-2026-43260)\n\n* kernel: crypto: caam - fix overflow on long hmac keys (CVE-2026-43330)\n\n* kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)\n\n* kernel: Bluetooth: hci_event: fix potential UAF in SSP passkey handlers (CVE-2026-46056)\n\n* kernel: wifi: mac80211: drop stray \u0027static\u0027 from fast-RX rx_result (CVE-2026-46152)\n\n* kernel: wifi: mac80211: remove station if connection prep fails (CVE-2026-46125)\n\n* kernel: exit: prevent preemption of oopsing TASK_DEAD task (CVE-2026-46173)\n\n* kernel: wifi: mac80211: use safe list iteration in radar detect work (CVE-2026-46166)\n\nBug Fix(es) and Enhancement(s):\n\n* RHEL10.0 - s390/ap: Expose ap_bindings_complete_count counter via sysfs [rhel-10.2.z] (JIRA:RHEL-166047)\n\n* RHEL9.5 crash due to lpfc NULL ndlp-\u003evport [rhel-10.2.z] (JIRA:RHEL-171774)\n\n* objtool static_call check blocks build of out-of-tree livepatch modules on RHEL 10.2 GA kernels ? missing upstream revert f495054bd12e (JIRA:RHEL-178495)\n\n* ibmveth Adapter Freeze with Small MSS [rhel-10.2.z] (JIRA:RHEL-179723)\n\n* rbd: eliminate a race in lock_dwork draining on unmap [rhel-10.2.z] (JIRA:RHEL-183127)\n\n* RHEL10.0 - s390/mm: Add missing secure storage access fixups [rhel-10.2.z] (JIRA:RHEL-183319)\n\n* [RHEL10.2.z] Enable Pretimeout Watchdog Panic Functionality on x86 (JIRA:RHEL-182299)\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:27288",
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2460646",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460646"
},
{
"category": "external",
"summary": "2461503",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461503"
},
{
"category": "external",
"summary": "2461548",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461548"
},
{
"category": "external",
"summary": "2464092",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464092"
},
{
"category": "external",
"summary": "2464096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464096"
},
{
"category": "external",
"summary": "2464449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"category": "external",
"summary": "2464502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464502"
},
{
"category": "external",
"summary": "2467083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467083"
},
{
"category": "external",
"summary": "2468061",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468061"
},
{
"category": "external",
"summary": "2479492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"category": "external",
"summary": "2482181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482181"
},
{
"category": "external",
"summary": "2482563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482563"
},
{
"category": "external",
"summary": "2482608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482608"
},
{
"category": "external",
"summary": "2482634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482634"
},
{
"category": "external",
"summary": "2482645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482645"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_27288.json"
}
],
"title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-24T02:42:17+00:00",
"generator": {
"date": "2026-07-24T02:42:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:27288",
"initial_release_date": "2026-06-20T00:28:45+00:00",
"revision_history": [
{
"date": "2026-06-20T00:28:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-20T00:28:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-24T02:42:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "perf-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "perf-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "rv-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "rv-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"product": {
"name": "libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"product_id": "libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.26.1.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"product": {
"name": "libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_id": "libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.26.1.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "perf-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "perf-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "rv-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "rv-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"product": {
"name": "libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"product_id": "libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.26.1.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "perf-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "perf-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "rtla-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "rtla-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "rv-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "rv-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.26.1.el10_2.s390x",
"product": {
"name": "libperf-0:6.12.0-211.26.1.el10_2.s390x",
"product_id": "libperf-0:6.12.0-211.26.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.26.1.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"product_id": "kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-211.26.1.el10_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-211.26.1.el10_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.26.1.el10_2.src",
"product": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.src",
"product_id": "kernel-0:6.12.0-211.26.1.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.26.1.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-211.26.1.el10_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "perf-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "perf-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "perf-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "rtla-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "rv-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "rv-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "rv-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src"
},
"product_reference": "kernel-0:6.12.0-211.26.1.el10_2.src",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "libperf-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-31474",
"cwe": {
"id": "CWE-364",
"name": "Signal Handler Race Condition"
},
"discovery_date": "2026-04-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460646"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Controller Area Network (CAN) ISO-TP (isotp) module. This vulnerability, known as a use-after-free, occurs when the system attempts to free a memory region while it is still being used. A local attacker could trigger this condition by sending a signal that interrupts a specific waiting process during a close operation. This can lead to memory corruption, potentially causing the system to crash (denial of service) or behave unpredictably.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: can: isotp: fix tx.buf use-after-free in isotp_sendmsg()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important use-after-free flaw in the Linux kernel\u0027s Controller Area Network (CAN) ISO-TP module. A local attacker can trigger this vulnerability by interrupting a specific waiting process, potentially leading to memory corruption and system instability or denial of service. The impact is significant due to the potential for system compromise from a local user.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31474"
},
{
"category": "external",
"summary": "RHBZ#2460646",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460646"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31474"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31474",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31474"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042256-CVE-2026-31474-8673@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042256-CVE-2026-31474-8673@gregkh/T"
}
],
"release_date": "2026-04-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
},
{
"category": "workaround",
"details": "Systems which do not require it can blocklist the `can_isotp` module to prevent it from being loaded. See https://access.redhat.com/solutions/41278 for more information.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: can: isotp: fix tx.buf use-after-free in isotp_sendmsg()"
},
{
"cve": "CVE-2026-31641",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461548"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s rxrpc subsystem. An unprivileged local user could exploit an integer overflow vulnerability in the `rxrpc_preparse_xdr_yfs_rxgk()` function. This flaw occurs when processing specially crafted key and ticket lengths, causing an incorrect memory allocation size. Consequently, a heap buffer overflow can occur, potentially leading to arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: rxrpc: Fix RxGK token loading to check bounds",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31641"
},
{
"category": "external",
"summary": "RHBZ#2461548",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461548"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31641",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31641"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31641",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31641"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042457-CVE-2026-31641-2dee@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042457-CVE-2026-31641-2dee@gregkh/T"
}
],
"release_date": "2026-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: rxrpc: Fix RxGK token loading to check bounds"
},
{
"cve": "CVE-2026-31669",
"cwe": {
"id": "CWE-763",
"name": "Release of Invalid Pointer or Reference"
},
"discovery_date": "2026-04-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461503"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Multipath TCP (MPTCP) implementation. Due to incorrect memory allocation for IPv6 subflow child sockets, a use-after-free vulnerability exists. A remote attacker could exploit this by triggering concurrent lookups in the kernel\u0027s hash table, potentially leading to a denial of service or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mptcp: fix slab-use-after-free in __inet_lookup_established",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A slab use after free can occur in the MPTCP IPv6 subflow path because tcpv6_prot_override may end up with a NULL slab cache pointer and child sockets are then allocated from a non RCU safe kmalloc cache. Lockless ehash lookups rely on SLAB_TYPESAFE_BY_RCU for socket memory stability under rcu_read_lock. When the affected sockets are freed without SOCK_RCU_FREE the memory can be reused immediately and a concurrent __inet_lookup_established lookup can access freed memory. This is at least a denial of service via kernel crash and it is a memory corruption class issue that may allow confidentiality or integrity impact in a worst case scenario. The issue can be network reachable via MPTCP over IPv6, but there is no known attack scenario for now. There is no confirmed practical trigger scenario under default configurations. It appears to require specific non-default preconditions (MPTCP/IPv6 runtime conditions and vulnerable child socket creation paths) that are not known to be reachable by default, so this is the reason to keep this one \"Moderate\" impact level.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31669"
},
{
"category": "external",
"summary": "RHBZ#2461503",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461503"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31669",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31669"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31669",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31669"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042406-CVE-2026-31669-0e0d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042406-CVE-2026-31669-0e0d@gregkh/T"
}
],
"release_date": "2026-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
},
{
"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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mptcp: fix slab-use-after-free in __inet_lookup_established"
},
{
"cve": "CVE-2026-31772",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Bluetooth Host Controller Interface (HCI) synchronization. A local user could trigger a stack buffer overflow by binding a specific type of Bluetooth socket with an excessive number of Bluetooth Isochronous Stream (BIS) entries. This memory corruption can lead to a system crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_sync",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31772"
},
{
"category": "external",
"summary": "RHBZ#2464502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31772",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31772"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050149-CVE-2026-31772-2024@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050149-CVE-2026-31772-2024@gregkh/T"
}
],
"release_date": "2026-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_sync"
},
{
"cve": "CVE-2026-31786",
"cwe": {
"id": "CWE-170",
"name": "Improper Null Termination"
},
"discovery_date": "2026-04-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464096"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. A buffer overflow vulnerability exists in the Xen hypervisor driver (`drivers/xen/sys-hypervisor.c`). This flaw occurs because the `HYPERVISOR_xen_version(XENVER_build_id)` function returns a build ID that is not properly null-terminated. When the `buildid_show` function attempts to process this non-null-terminated string using `sprintf`, it can read and copy beyond the intended buffer boundary, potentially leading to a denial of service or other unspecified impacts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Buffer overflow in drivers/xen/sys-hypervisor.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31786"
},
{
"category": "external",
"summary": "RHBZ#2464096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464096"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31786"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026043031-CVE-2026-31786-826a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026043031-CVE-2026-31786-826a@gregkh/T"
}
],
"release_date": "2026-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Buffer overflow in drivers/xen/sys-hypervisor.c"
},
{
"cve": "CVE-2026-31787",
"cwe": {
"id": "CWE-763",
"name": "Release of Invalid Pointer or Reference"
},
"discovery_date": "2026-04-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464092"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s xen/privcmd module. A local user could exploit this by performing a partial unmapping of a `privcmd` memory region. This action causes a Virtual Memory Area (VMA) to split, leading to duplicated internal memory pointers. As a result, the same memory can be freed twice, a condition known as a double free, which can cause system instability or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: xen/privcmd: fix double free via VMA splitting",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31787"
},
{
"category": "external",
"summary": "RHBZ#2464092",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464092"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31787",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31787"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31787",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31787"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026043034-CVE-2026-31787-f6cc@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026043034-CVE-2026-31787-f6cc@gregkh/T"
}
],
"release_date": "2026-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: xen/privcmd: fix double free via VMA splitting"
},
{
"cve": "CVE-2026-43056",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464449"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s mana network driver. An issue in the error handling of the `add_adev()` function can lead to a use-after-free vulnerability. This occurs when memory is released prematurely but then accessed again, which could allow a local attacker to cause a system crash (denial of service) or potentially gain elevated access (privilege escalation).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: mana: fix use-after-free in add_adev() error 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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43056"
},
{
"category": "external",
"summary": "RHBZ#2464449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43056"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43056",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43056"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050108-CVE-2026-43056-fefd@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050108-CVE-2026-43056-fefd@gregkh/T"
}
],
"release_date": "2026-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: mana: fix use-after-free in add_adev() error path"
},
{
"cve": "CVE-2026-43260",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the bnxt_en driver of the Linux kernel. An issue in the RSS (Receive Side Scaling) context deletion logic can lead to a leak of VNICs (Virtual Network Interface Controllers) in the firmware. This can cause subsequent attempts to create new VNICs to fail, resulting in the loss of active RSS contexts. This vulnerability could lead to a Denial of Service (DoS) for network operations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: bnxt_en: Fix RSS context delete logic",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43260"
},
{
"category": "external",
"summary": "RHBZ#2467083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43260"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050606-CVE-2026-43260-7443@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050606-CVE-2026-43260-7443@gregkh/T"
}
],
"release_date": "2026-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: bnxt_en: Fix RSS context delete logic"
},
{
"cve": "CVE-2026-43330",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-05-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468061"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s caam cryptographic accelerator driver. When processing a Hash-based Message Authentication Code (HMAC) key that exceeds the block size, the driver incorrectly handles memory allocation and copying. This can lead to an overflow, where the system attempts to read beyond the intended memory buffer, potentially corrupting neighboring memory. This memory corruption could lead to system instability or denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: caam - fix overflow on long hmac keys",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43330"
},
{
"category": "external",
"summary": "RHBZ#2468061",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468061"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43330"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2026/CVE-2026-43330.mbox",
"url": "https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2026/CVE-2026-43330.mbox"
}
],
"release_date": "2026-05-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: crypto: caam - fix overflow on long hmac keys"
},
{
"cve": "CVE-2026-46056",
"cwe": {
"id": "CWE-413",
"name": "Improper Resource Locking"
},
"discovery_date": "2026-05-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482181"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Bluetooth subsystem. This vulnerability, a Use-After-Free (UAF), exists within the Secure Simple Pairing (SSP) passkey handlers. It occurs when `hci_conn` lookup and field access are performed without proper locking, allowing a connection to be freed concurrently. This could potentially enable a local attacker to cause a denial of service or execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Bluetooth: hci_event: fix potential UAF in SSP passkey handlers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46056"
},
{
"category": "external",
"summary": "RHBZ#2482181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482181"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46056"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46056",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46056"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052754-CVE-2026-46056-0ff1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052754-CVE-2026-46056-0ff1@gregkh/T"
}
],
"release_date": "2026-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Bluetooth: hci_event: fix potential UAF in SSP passkey handlers"
},
{
"cve": "CVE-2026-46125",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482608"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s mac80211 Wi-Fi subsystem. When Multi-Link Operation (MLO) connection preparation fails, the system may not correctly remove the associated station. This can lead to a use-after-free or double-free vulnerability in the debugfs component, potentially causing system instability or unexpected behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: mac80211: remove station if connection prep 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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46125"
},
{
"category": "external",
"summary": "RHBZ#2482608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482608"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46125"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46125",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46125"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052816-CVE-2026-46125-b5d0@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052816-CVE-2026-46125-b5d0@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: wifi: mac80211: remove station if connection prep fails"
},
{
"cve": "CVE-2026-46152",
"cwe": {
"id": "CWE-1058",
"name": "Invokable Control Element in Multi-Thread Context with non-Final Static Storable or Member Element"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Wi-Fi (mac80211) subsystem. The `ieee80211_invoke_fast_rx()` function uses a static variable for `rx_result`, which is shared across concurrent calls. This can lead to incorrect processing of Wi-Fi packets, where a packet might be mishandled or its status incorrectly reported. Such issues can result in unexpected network behavior or a denial of service within the wireless communication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: mac80211: drop stray \u0027static\u0027 from fast-RX rx_result",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46152"
},
{
"category": "external",
"summary": "RHBZ#2482563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46152"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46152",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46152"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052822-CVE-2026-46152-ec8a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052822-CVE-2026-46152-ec8a@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: wifi: mac80211: drop stray \u0027static\u0027 from fast-RX rx_result"
},
{
"cve": "CVE-2026-46166",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482645"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s mac80211 wireless subsystem. This vulnerability arises from unsafe list iteration during radar detection work, where a channel context can be freed while still being processed. This can lead to a use-after-free memory error. A successful exploit could result in system instability or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: mac80211: use safe list iteration in radar detect work",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46166"
},
{
"category": "external",
"summary": "RHBZ#2482645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46166"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46166",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46166"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052826-CVE-2026-46166-77a1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052826-CVE-2026-46166-77a1@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: wifi: mac80211: use safe list iteration in radar detect work"
},
{
"cve": "CVE-2026-46173",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482634"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. During the exit process of a task that has encountered an error, the system can incorrectly allow the task to be interrupted. This can lead to improper management of the task\u0027s memory, potentially causing memory corruption. Such an issue could allow a local attacker to cause a system crash (Denial of Service) or potentially gain elevated privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: exit: prevent preemption of oopsing TASK_DEAD task",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate flaw in the Linux kernel can lead to memory corruption, potentially allowing a local attacker to cause a system crash or escalate privileges. The vulnerability arises from incorrect preemption handling during the exit of an error-prone task, leading to improper stack management. This issue affects Red Hat Enterprise Linux 9 and 10, and Red Hat In-Vehicle OS 2.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46173"
},
{
"category": "external",
"summary": "RHBZ#2482634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482634"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46173"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46173",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46173"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052827-CVE-2026-46173-0214@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052827-CVE-2026-46173-0214@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
}
],
"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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: exit: prevent preemption of oopsing TASK_DEAD task"
},
{
"cve": "CVE-2026-46331",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-18T06:17:23.219000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2479492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s traffic control packet editing (pedit) subsystem. In tcf_pedit_act(), the copy-on-write (COW) range for skb_ensure_writable() is computed once before iterating over edit keys, but the calculation does not account for runtime header offsets added by typed keys. This can leave part of the target write region without a proper copy-on-write, leading to an out-of-bounds write that corrupts page cache memory. A local attacker with the ability to configure traffic control rules could exploit this to escalate privileges or crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: act_pedit: extend the writable skb range per key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as Important severity.\n\nThis vulnerability is in the kernel\u0027s traffic control (tc) pedit action, which requires CAP_NET_ADMIN capability to configure. By default in Red Hat Enterprise Linux, this limits exploitation to the root user or processes explicitly granted network administration capabilities. However, in some circumstances unprivileged users may obtain CAP_NET_ADMIN within user namespaces. Successful exploitation could lead to arbitrary code execution in kernel context or a system crash.\n\nRed Hat Enterprise Linux 7 and earlier are not affected. Within OpenShift Container Platform, the vulnerable module is not loaded by default, reducing the severity to Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46331"
},
{
"category": "external",
"summary": "RHBZ#2479492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"category": "external",
"summary": "RHSB-2026-008",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-008"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46331",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46331"
},
{
"category": "external",
"summary": "https://lore.kernel.org/netdev/20260516162825.1480113-1-rollkingzzc@gmail.com/",
"url": "https://lore.kernel.org/netdev/20260516162825.1480113-1-rollkingzzc@gmail.com/"
}
],
"release_date": "2026-05-18T04:04:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-20T00:28:45+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.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
},
{
"category": "workaround",
"details": "See the security bulletin for a detailed mitigation procedure.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.26.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.26.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.26.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.26.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: act_pedit: extend the writable skb range per key"
}
]
}
RHSA-2026:27353
Vulnerability from csaf_redhat - Published: 2026-06-19 17:14 - Updated: 2026-07-23 22:41A flaw was found in the Linux kernel's bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's AMD display component. This vulnerability arises from incorrect validation of display mode changes during Display Stream Compression (DSC) processing. A local attacker could exploit this by initiating specific display configuration changes, which may lead to a memory leak and a use-after-free error. This could result in system crashes, denial of service, or potentially allow the attacker to gain elevated privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's mana network driver. An issue in the error handling of the `add_adev()` function can lead to a use-after-free vulnerability. This occurs when memory is released prematurely but then accessed again, which could allow a local attacker to cause a system crash (denial of service) or potentially gain elevated access (privilege escalation).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's ALSA (Advanced Linux Sound Architecture) USB audio subsystem. An inconsistency in how USB audio playback and capture streams are handled can lead to an out-of-bounds write to a memory buffer. This can result in a system crash, causing a denial of service for a local user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's ALSA (Advanced Linux Sound Architecture) aloop driver. This Use-After-Free (UAF) vulnerability occurs when loopback_check_format() stops the capture side during a format change, while a concurrent close operation detaches or frees the runtime. An attacker could potentially exploit this to cause a system crash or achieve arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's NVMe over TCP (nvmet-tcp) implementation. A race condition exists between the handling of an Initialization Connection Request (ICReq) and the teardown of a queue. A remote attacker, by sending an ICReq and immediately closing the connection, could trigger a double free vulnerability. This could lead to a denial of service (DoS) due to memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's RDMA/mana component. A local user could exploit this vulnerability by providing an invalid `rx_hash_key_len` value through a user-space API (uAPI) structure. This invalid value is then used in a `memcpy` operation without proper bounds checking, allowing the user to write beyond intended memory boundaries. This can lead to kernel memory corruption, potentially resulting in privilege escalation or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's traffic control packet editing (pedit) subsystem. In tcf_pedit_act(), the copy-on-write (COW) range for skb_ensure_writable() is computed once before iterating over edit keys, but the calculation does not account for runtime header offsets added by typed keys. This can leave part of the target write region without a proper copy-on-write, leading to an out-of-bounds write that corrupts page cache memory. A local attacker with the ability to configure traffic control rules could exploit this to escalate privileges or crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 8.\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: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)\n\n* kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)\n\n* kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)\n\n* kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing (CVE-2026-43279)\n\n* kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)\n\n* kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop (CVE-2026-46090)\n\n* kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)\n\n* kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)\n\nBug Fix(es) and Enhancement(s):\n\n* RHEL8 RT kernel panic in replenish_dl_entity() caused by stale DEADLINE PI state during rt_mutex de-boosting (JIRA:RHEL-178520)\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:27353",
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2457829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"category": "external",
"summary": "2460619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460619"
},
{
"category": "external",
"summary": "2464449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"category": "external",
"summary": "2467215",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467215"
},
{
"category": "external",
"summary": "2479492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"category": "external",
"summary": "2481980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481980"
},
{
"category": "external",
"summary": "2482581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482581"
},
{
"category": "external",
"summary": "2482654",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482654"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_27353.json"
}
],
"title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T22:41:16+00:00",
"generator": {
"date": "2026-07-23T22:41:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:27353",
"initial_release_date": "2026-06-19T17:14:05+00:00",
"revision_history": [
{
"date": "2026-06-19T17:14:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-19T17:14:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T22:41:16+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 BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "perf-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "perf-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-553.136.1.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_id": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-553.136.1.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "perf-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "perf-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-553.136.1.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "perf-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "perf-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_id": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.136.1.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:4.18.0-553.136.1.el8_10.src",
"product": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.src",
"product_id": "kernel-0:4.18.0-553.136.1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-553.136.1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"product": {
"name": "kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"product_id": "kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-553.136.1.el8_10?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"product": {
"name": "kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"product_id": "kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.18.0-553.136.1.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src"
},
"product_reference": "kernel-0:4.18.0-553.136.1.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-553.136.1.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "perf-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "perf-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "perf-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-31419",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-04-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457829"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important impact flaw affecting the Linux kernel\u0027s bonding driver in Red Hat Enterprise Linux 6, 8.8 and later, 9.2 and later, and 10, as well as Red Hat In-Vehicle OS 2.0. A local attacker with low privileges could trigger a use-after-free vulnerability, leading to a system crash and denial of service. Red Hat Enterprise Linux 7, 8.2, 8.4, 8.6, and 9.0 are not affected as the vulnerable code is not present.",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31419"
},
{
"category": "external",
"summary": "RHBZ#2457829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T"
}
],
"release_date": "2026-04-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T17:14:05+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
}
],
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service"
},
{
"cve": "CVE-2026-31488",
"cwe": {
"id": "CWE-1288",
"name": "Improper Validation of Consistency within Input"
},
"discovery_date": "2026-04-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460619"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s AMD display component. This vulnerability arises from incorrect validation of display mode changes during Display Stream Compression (DSC) processing. A local attacker could exploit this by initiating specific display configuration changes, which may lead to a memory leak and a use-after-free error. This could result in system crashes, denial of service, or potentially allow the attacker to gain elevated privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Linux kernel\u0027s AMD display driver, where incorrect handling of display mode changes during Display Stream Compression (DSC) processing can lead to a memory leak and use-after-free. A local attacker with the ability to initiate specific display configuration changes could exploit this to cause a denial of service or potentially escalate privileges. The vulnerability requires local access to the system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31488"
},
{
"category": "external",
"summary": "RHBZ#2460619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460619"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31488",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31488"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042200-CVE-2026-31488-fe04@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042200-CVE-2026-31488-fe04@gregkh/T"
}
],
"release_date": "2026-04-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T17:14:05+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation"
},
{
"cve": "CVE-2026-43056",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464449"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s mana network driver. An issue in the error handling of the `add_adev()` function can lead to a use-after-free vulnerability. This occurs when memory is released prematurely but then accessed again, which could allow a local attacker to cause a system crash (denial of service) or potentially gain elevated access (privilege escalation).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: mana: fix use-after-free in add_adev() error 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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43056"
},
{
"category": "external",
"summary": "RHBZ#2464449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43056"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43056",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43056"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050108-CVE-2026-43056-fefd@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050108-CVE-2026-43056-fefd@gregkh/T"
}
],
"release_date": "2026-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T17:14:05+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: mana: fix use-after-free in add_adev() error path"
},
{
"cve": "CVE-2026-43279",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467215"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s ALSA (Advanced Linux Sound Architecture) USB audio subsystem. An inconsistency in how USB audio playback and capture streams are handled can lead to an out-of-bounds write to a memory buffer. This can result in a system crash, causing a denial of service for a local user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "ALSA USB audio could write past the silent URB transfer buffer when implicit feedback stream sizing was inconsistent, causing a constrained kernel buffer overwrite with likely crash/DoS impact. Exploitation requires a specific USB audio device/configuration.",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43279"
},
{
"category": "external",
"summary": "RHBZ#2467215",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467215"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43279",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43279"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050613-CVE-2026-43279-4530@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050613-CVE-2026-43279-4530@gregkh/T"
}
],
"release_date": "2026-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T17:14:05+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
},
{
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing"
},
{
"cve": "CVE-2026-46090",
"cwe": {
"id": "CWE-364",
"name": "Signal Handler Race Condition"
},
"discovery_date": "2026-05-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s ALSA (Advanced Linux Sound Architecture) aloop driver. This Use-After-Free (UAF) vulnerability occurs when loopback_check_format() stops the capture side during a format change, while a concurrent close operation detaches or frees the runtime. An attacker could potentially exploit this to cause a system crash or achieve arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46090"
},
{
"category": "external",
"summary": "RHBZ#2481980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46090",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46090"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052702-CVE-2026-46090-1211@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052702-CVE-2026-46090-1211@gregkh/T"
}
],
"release_date": "2026-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T17:14:05+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
}
],
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop"
},
{
"cve": "CVE-2026-46135",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482654"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s NVMe over TCP (nvmet-tcp) implementation. A race condition exists between the handling of an Initialization Connection Request (ICReq) and the teardown of a queue. A remote attacker, by sending an ICReq and immediately closing the connection, could trigger a double free vulnerability. This could lead to a denial of service (DoS) due to memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvmet-tcp: fix race between ICReq handling and queue teardown",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46135"
},
{
"category": "external",
"summary": "RHBZ#2482654",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482654"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46135"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052818-CVE-2026-46135-6f53@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052818-CVE-2026-46135-6f53@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T17:14:05+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nvmet-tcp: fix race between ICReq handling and queue teardown"
},
{
"cve": "CVE-2026-46145",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s RDMA/mana component. A local user could exploit this vulnerability by providing an invalid `rx_hash_key_len` value through a user-space API (uAPI) structure. This invalid value is then used in a `memcpy` operation without proper bounds checking, allowing the user to write beyond intended memory boundaries. This can lead to kernel memory corruption, potentially resulting in privilege escalation or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/mana: Validate rx_hash_key_len",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46145"
},
{
"category": "external",
"summary": "RHBZ#2482581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46145"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052821-CVE-2026-46145-e347@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052821-CVE-2026-46145-e347@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T17:14:05+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
}
],
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: RDMA/mana: Validate rx_hash_key_len"
},
{
"cve": "CVE-2026-46331",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-18T06:17:23.219000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2479492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s traffic control packet editing (pedit) subsystem. In tcf_pedit_act(), the copy-on-write (COW) range for skb_ensure_writable() is computed once before iterating over edit keys, but the calculation does not account for runtime header offsets added by typed keys. This can leave part of the target write region without a proper copy-on-write, leading to an out-of-bounds write that corrupts page cache memory. A local attacker with the ability to configure traffic control rules could exploit this to escalate privileges or crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: act_pedit: extend the writable skb range per key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as Important severity.\n\nThis vulnerability is in the kernel\u0027s traffic control (tc) pedit action, which requires CAP_NET_ADMIN capability to configure. By default in Red Hat Enterprise Linux, this limits exploitation to the root user or processes explicitly granted network administration capabilities. However, in some circumstances unprivileged users may obtain CAP_NET_ADMIN within user namespaces. Successful exploitation could lead to arbitrary code execution in kernel context or a system crash.\n\nRed Hat Enterprise Linux 7 and earlier are not affected. Within OpenShift Container Platform, the vulnerable module is not loaded by default, reducing the severity to Low.",
"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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46331"
},
{
"category": "external",
"summary": "RHBZ#2479492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"category": "external",
"summary": "RHSB-2026-008",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-008"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46331",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46331"
},
{
"category": "external",
"summary": "https://lore.kernel.org/netdev/20260516162825.1480113-1-rollkingzzc@gmail.com/",
"url": "https://lore.kernel.org/netdev/20260516162825.1480113-1-rollkingzzc@gmail.com/"
}
],
"release_date": "2026-05-18T04:04:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T17:14:05+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": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
},
{
"category": "workaround",
"details": "See the security bulletin for a detailed mitigation procedure.",
"product_ids": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.136.1.el8_10.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.136.1.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.136.1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: act_pedit: extend the writable skb range per key"
}
]
}
RHSA-2026:27354
Vulnerability from csaf_redhat - Published: 2026-06-19 16:39 - Updated: 2026-07-23 22:41A flaw was found in the Linux kernel's bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's AMD display component. This vulnerability arises from incorrect validation of display mode changes during Display Stream Compression (DSC) processing. A local attacker could exploit this by initiating specific display configuration changes, which may lead to a memory leak and a use-after-free error. This could result in system crashes, denial of service, or potentially allow the attacker to gain elevated privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's mana network driver. An issue in the error handling of the `add_adev()` function can lead to a use-after-free vulnerability. This occurs when memory is released prematurely but then accessed again, which could allow a local attacker to cause a system crash (denial of service) or potentially gain elevated access (privilege escalation).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's ALSA (Advanced Linux Sound Architecture) USB audio subsystem. An inconsistency in how USB audio playback and capture streams are handled can lead to an out-of-bounds write to a memory buffer. This can result in a system crash, causing a denial of service for a local user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's ALSA (Advanced Linux Sound Architecture) aloop driver. This Use-After-Free (UAF) vulnerability occurs when loopback_check_format() stops the capture side during a format change, while a concurrent close operation detaches or frees the runtime. An attacker could potentially exploit this to cause a system crash or achieve arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's NVMe over TCP (nvmet-tcp) implementation. A race condition exists between the handling of an Initialization Connection Request (ICReq) and the teardown of a queue. A remote attacker, by sending an ICReq and immediately closing the connection, could trigger a double free vulnerability. This could lead to a denial of service (DoS) due to memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's RDMA/mana component. A local user could exploit this vulnerability by providing an invalid `rx_hash_key_len` value through a user-space API (uAPI) structure. This invalid value is then used in a `memcpy` operation without proper bounds checking, allowing the user to write beyond intended memory boundaries. This can lead to kernel memory corruption, potentially resulting in privilege escalation or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's traffic control packet editing (pedit) subsystem. In tcf_pedit_act(), the copy-on-write (COW) range for skb_ensure_writable() is computed once before iterating over edit keys, but the calculation does not account for runtime header offsets added by typed keys. This can leave part of the target write region without a proper copy-on-write, leading to an out-of-bounds write that corrupts page cache memory. A local attacker with the ability to configure traffic control rules could exploit this to escalate privileges or crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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-rt is now available for Red Hat Enterprise Linux 8.\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-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)\n\n* kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)\n\n* kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)\n\n* kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing (CVE-2026-43279)\n\n* kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)\n\n* kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop (CVE-2026-46090)\n\n* kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)\n\n* kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)\n\nBug Fix(es) and Enhancement(s):\n\n* RHEL8 RT kernel panic in replenish_dl_entity() caused by stale DEADLINE PI state during rt_mutex de-boosting (JIRA:RHEL-178520)\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:27354",
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2457829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"category": "external",
"summary": "2460619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460619"
},
{
"category": "external",
"summary": "2464449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"category": "external",
"summary": "2467215",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467215"
},
{
"category": "external",
"summary": "2479492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"category": "external",
"summary": "2481980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481980"
},
{
"category": "external",
"summary": "2482581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482581"
},
{
"category": "external",
"summary": "2482654",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482654"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_27354.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T22:41:18+00:00",
"generator": {
"date": "2026-07-23T22:41:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:27354",
"initial_release_date": "2026-06-19T16:39:43+00:00",
"revision_history": [
{
"date": "2026-06-19T16:39:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-19T16:39:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T22:41:18+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 NFV (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux RT (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"product": {
"name": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"product_id": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-553.136.1.rt7.477.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-553.136.1.rt7.477.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src"
},
"product_reference": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "NFV-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src"
},
"product_reference": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-31419",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-04-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457829"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important impact flaw affecting the Linux kernel\u0027s bonding driver in Red Hat Enterprise Linux 6, 8.8 and later, 9.2 and later, and 10, as well as Red Hat In-Vehicle OS 2.0. A local attacker with low privileges could trigger a use-after-free vulnerability, leading to a system crash and denial of service. Red Hat Enterprise Linux 7, 8.2, 8.4, 8.6, and 9.0 are not affected as the vulnerable code is not present.",
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31419"
},
{
"category": "external",
"summary": "RHBZ#2457829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T"
}
],
"release_date": "2026-04-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T16:39:43+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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
}
],
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service"
},
{
"cve": "CVE-2026-31488",
"cwe": {
"id": "CWE-1288",
"name": "Improper Validation of Consistency within Input"
},
"discovery_date": "2026-04-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460619"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s AMD display component. This vulnerability arises from incorrect validation of display mode changes during Display Stream Compression (DSC) processing. A local attacker could exploit this by initiating specific display configuration changes, which may lead to a memory leak and a use-after-free error. This could result in system crashes, denial of service, or potentially allow the attacker to gain elevated privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Linux kernel\u0027s AMD display driver, where incorrect handling of display mode changes during Display Stream Compression (DSC) processing can lead to a memory leak and use-after-free. A local attacker with the ability to initiate specific display configuration changes could exploit this to cause a denial of service or potentially escalate privileges. The vulnerability requires local access to the system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31488"
},
{
"category": "external",
"summary": "RHBZ#2460619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460619"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31488",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31488"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042200-CVE-2026-31488-fe04@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042200-CVE-2026-31488-fe04@gregkh/T"
}
],
"release_date": "2026-04-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T16:39:43+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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation"
},
{
"cve": "CVE-2026-43056",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464449"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s mana network driver. An issue in the error handling of the `add_adev()` function can lead to a use-after-free vulnerability. This occurs when memory is released prematurely but then accessed again, which could allow a local attacker to cause a system crash (denial of service) or potentially gain elevated access (privilege escalation).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: mana: fix use-after-free in add_adev() error 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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43056"
},
{
"category": "external",
"summary": "RHBZ#2464449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43056"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43056",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43056"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050108-CVE-2026-43056-fefd@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050108-CVE-2026-43056-fefd@gregkh/T"
}
],
"release_date": "2026-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T16:39:43+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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: mana: fix use-after-free in add_adev() error path"
},
{
"cve": "CVE-2026-43279",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467215"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s ALSA (Advanced Linux Sound Architecture) USB audio subsystem. An inconsistency in how USB audio playback and capture streams are handled can lead to an out-of-bounds write to a memory buffer. This can result in a system crash, causing a denial of service for a local user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "ALSA USB audio could write past the silent URB transfer buffer when implicit feedback stream sizing was inconsistent, causing a constrained kernel buffer overwrite with likely crash/DoS impact. Exploitation requires a specific USB audio device/configuration.",
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43279"
},
{
"category": "external",
"summary": "RHBZ#2467215",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467215"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43279",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43279"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050613-CVE-2026-43279-4530@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050613-CVE-2026-43279-4530@gregkh/T"
}
],
"release_date": "2026-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T16:39:43+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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
},
{
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing"
},
{
"cve": "CVE-2026-46090",
"cwe": {
"id": "CWE-364",
"name": "Signal Handler Race Condition"
},
"discovery_date": "2026-05-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s ALSA (Advanced Linux Sound Architecture) aloop driver. This Use-After-Free (UAF) vulnerability occurs when loopback_check_format() stops the capture side during a format change, while a concurrent close operation detaches or frees the runtime. An attacker could potentially exploit this to cause a system crash or achieve arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop",
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46090"
},
{
"category": "external",
"summary": "RHBZ#2481980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46090",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46090"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052702-CVE-2026-46090-1211@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052702-CVE-2026-46090-1211@gregkh/T"
}
],
"release_date": "2026-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T16:39:43+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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
}
],
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop"
},
{
"cve": "CVE-2026-46135",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482654"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s NVMe over TCP (nvmet-tcp) implementation. A race condition exists between the handling of an Initialization Connection Request (ICReq) and the teardown of a queue. A remote attacker, by sending an ICReq and immediately closing the connection, could trigger a double free vulnerability. This could lead to a denial of service (DoS) due to memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvmet-tcp: fix race between ICReq handling and queue teardown",
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46135"
},
{
"category": "external",
"summary": "RHBZ#2482654",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482654"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46135"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052818-CVE-2026-46135-6f53@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052818-CVE-2026-46135-6f53@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T16:39:43+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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nvmet-tcp: fix race between ICReq handling and queue teardown"
},
{
"cve": "CVE-2026-46145",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s RDMA/mana component. A local user could exploit this vulnerability by providing an invalid `rx_hash_key_len` value through a user-space API (uAPI) structure. This invalid value is then used in a `memcpy` operation without proper bounds checking, allowing the user to write beyond intended memory boundaries. This can lead to kernel memory corruption, potentially resulting in privilege escalation or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/mana: Validate rx_hash_key_len",
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46145"
},
{
"category": "external",
"summary": "RHBZ#2482581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46145"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026052821-CVE-2026-46145-e347@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026052821-CVE-2026-46145-e347@gregkh/T"
}
],
"release_date": "2026-05-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T16:39:43+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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
}
],
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: RDMA/mana: Validate rx_hash_key_len"
},
{
"cve": "CVE-2026-46331",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-18T06:17:23.219000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2479492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s traffic control packet editing (pedit) subsystem. In tcf_pedit_act(), the copy-on-write (COW) range for skb_ensure_writable() is computed once before iterating over edit keys, but the calculation does not account for runtime header offsets added by typed keys. This can leave part of the target write region without a proper copy-on-write, leading to an out-of-bounds write that corrupts page cache memory. A local attacker with the ability to configure traffic control rules could exploit this to escalate privileges or crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: act_pedit: extend the writable skb range per key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as Important severity.\n\nThis vulnerability is in the kernel\u0027s traffic control (tc) pedit action, which requires CAP_NET_ADMIN capability to configure. By default in Red Hat Enterprise Linux, this limits exploitation to the root user or processes explicitly granted network administration capabilities. However, in some circumstances unprivileged users may obtain CAP_NET_ADMIN within user namespaces. Successful exploitation could lead to arbitrary code execution in kernel context or a system crash.\n\nRed Hat Enterprise Linux 7 and earlier are not affected. Within OpenShift Container Platform, the vulnerable module is not loaded by default, reducing the severity to Low.",
"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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46331"
},
{
"category": "external",
"summary": "RHBZ#2479492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"category": "external",
"summary": "RHSB-2026-008",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-008"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46331",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46331"
},
{
"category": "external",
"summary": "https://lore.kernel.org/netdev/20260516162825.1480113-1-rollkingzzc@gmail.com/",
"url": "https://lore.kernel.org/netdev/20260516162825.1480113-1-rollkingzzc@gmail.com/"
}
],
"release_date": "2026-05-18T04:04:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-19T16:39:43+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": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
},
{
"category": "workaround",
"details": "See the security bulletin for a detailed mitigation procedure.",
"product_ids": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.src",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64",
"RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.136.1.rt7.477.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: act_pedit: extend the writable skb range per key"
}
]
}
rlsa-2026:25217
Vulnerability from osv_rocky
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
-
kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() (CVE-2026-23216)
-
kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)
-
kernel: net: openvswitch: Avoid releasing netdev before teardown completes (CVE-2026-31508)
-
kernel: ALSA: 6fire: fix use-after-free on disconnect (CVE-2026-31581)
-
kernel: ip6_tunnel: clear skb2->cb[] in ip4ip6_err() (CVE-2026-43037)
-
kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)
-
kernel: netfilter: ctnetlink: ensure safe access to master conntrack (CVE-2026-43116)
-
kernel: dlm: validate length in dlm_search_rsb_tree (CVE-2026-43125)
-
kernel: ipv6: rpl: reserve mac_len headroom when recompressed SRH grows (CVE-2026-43501)
-
kernel: RDMA/rxe: Fix double free in rxe_srq_from_init (CVE-2026-45852)
-
kernel: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() (CVE-2026-46181)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "kernel",
"purl": "pkg:rpm/rocky-linux/kernel?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:5.14.0-687.15.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() (CVE-2026-23216)\n\n* kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)\n\n* kernel: net: openvswitch: Avoid releasing netdev before teardown completes (CVE-2026-31508)\n\n* kernel: ALSA: 6fire: fix use-after-free on disconnect (CVE-2026-31581)\n\n* kernel: ip6_tunnel: clear skb2-\u003ecb[] in ip4ip6_err() (CVE-2026-43037)\n\n* kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)\n\n* kernel: netfilter: ctnetlink: ensure safe access to master conntrack (CVE-2026-43116)\n\n* kernel: dlm: validate length in dlm_search_rsb_tree (CVE-2026-43125)\n\n* kernel: ipv6: rpl: reserve mac_len headroom when recompressed SRH grows (CVE-2026-43501)\n\n* kernel: RDMA/rxe: Fix double free in rxe_srq_from_init (CVE-2026-45852)\n\n* kernel: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() (CVE-2026-46181)\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.",
"id": "RLSA-2026:25217",
"modified": "2026-06-27T00:06:16.214916Z",
"published": "2026-06-13T00:03:17.085789Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:25217"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440630"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460641"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461471"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464351"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467005"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467234"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480457"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482166"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482532"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: kernel security update",
"upstream": [
"CVE-2026-23216",
"CVE-2026-31419",
"CVE-2026-31508",
"CVE-2026-31581",
"CVE-2026-43037",
"CVE-2026-43056",
"CVE-2026-43116",
"CVE-2026-43125",
"CVE-2026-43501",
"CVE-2026-45852",
"CVE-2026-46181"
]
}
rlsa-2026:27288
Vulnerability from osv_rocky
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
-
kernel: can: isotp: fix tx.buf use-after-free in isotp_sendmsg() (CVE-2026-31474)
-
kernel: mptcp: fix slab-use-after-free in __inet_lookup_established (CVE-2026-31669)
-
kernel: rxrpc: Fix RxGK token loading to check bounds (CVE-2026-31641)
-
kernel: xen/privcmd: fix double free via VMA splitting (CVE-2026-31787)
-
kernel: Buffer overflow in drivers/xen/sys-hypervisor.c (CVE-2026-31786)
-
kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)
-
kernel: Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_sync (CVE-2026-31772)
-
kernel: bnxt_en: Fix RSS context delete logic (CVE-2026-43260)
-
kernel: crypto: caam - fix overflow on long hmac keys (CVE-2026-43330)
-
kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)
-
kernel: Bluetooth: hci_event: fix potential UAF in SSP passkey handlers (CVE-2026-46056)
-
kernel: wifi: mac80211: drop stray 'static' from fast-RX rx_result (CVE-2026-46152)
-
kernel: wifi: mac80211: remove station if connection prep fails (CVE-2026-46125)
-
kernel: exit: prevent preemption of oopsing TASK_DEAD task (CVE-2026-46173)
-
kernel: wifi: mac80211: use safe list iteration in radar detect work (CVE-2026-46166)
Bug Fix(es) and Enhancement(s):
-
Rocky Linux10.0 - s390/ap: Expose ap_bindings_complete_count counter via sysfs [rhel-10.2.z] (JIRA:Rocky Linux-166047)
-
Rocky Linux9.5 crash due to lpfc NULL ndlp->vport [rhel-10.2.z] (JIRA:Rocky Linux-171774)
-
objtool static_call check blocks build of out-of-tree livepatch modules on Rocky Linux 10.2 GA kernels ? missing upstream revert f495054bd12e (JIRA:Rocky Linux-178495)
-
ibmveth Adapter Freeze with Small MSS [rhel-10.2.z] (JIRA:Rocky Linux-179723)
-
rbd: eliminate a race in lock_dwork draining on unmap [rhel-10.2.z] (JIRA:Rocky Linux-183127)
-
Rocky Linux10.0 - s390/mm: Add missing secure storage access fixups [rhel-10.2.z] (JIRA:Rocky Linux-183319)
-
[Rocky Linux10.2.z] Enable Pretimeout Watchdog Panic Functionality on x86 (JIRA:Rocky Linux-182299)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:10",
"name": "kernel",
"purl": "pkg:rpm/rocky-linux/kernel?distro=rocky-linux-10\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:6.12.0-211.26.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: can: isotp: fix tx.buf use-after-free in isotp_sendmsg() (CVE-2026-31474)\n\n* kernel: mptcp: fix slab-use-after-free in __inet_lookup_established (CVE-2026-31669)\n\n* kernel: rxrpc: Fix RxGK token loading to check bounds (CVE-2026-31641)\n\n* kernel: xen/privcmd: fix double free via VMA splitting (CVE-2026-31787)\n\n* kernel: Buffer overflow in drivers/xen/sys-hypervisor.c (CVE-2026-31786)\n\n* kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)\n\n* kernel: Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_sync (CVE-2026-31772)\n\n* kernel: bnxt_en: Fix RSS context delete logic (CVE-2026-43260)\n\n* kernel: crypto: caam - fix overflow on long hmac keys (CVE-2026-43330)\n\n* kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)\n\n* kernel: Bluetooth: hci_event: fix potential UAF in SSP passkey handlers (CVE-2026-46056)\n\n* kernel: wifi: mac80211: drop stray \u0027static\u0027 from fast-RX rx_result (CVE-2026-46152)\n\n* kernel: wifi: mac80211: remove station if connection prep fails (CVE-2026-46125)\n\n* kernel: exit: prevent preemption of oopsing TASK_DEAD task (CVE-2026-46173)\n\n* kernel: wifi: mac80211: use safe list iteration in radar detect work (CVE-2026-46166)\n\nBug Fix(es) and Enhancement(s):\n\n* Rocky Linux10.0 - s390/ap: Expose ap_bindings_complete_count counter via sysfs [rhel-10.2.z] (JIRA:Rocky Linux-166047)\n\n* Rocky Linux9.5 crash due to lpfc NULL ndlp-\u003evport [rhel-10.2.z] (JIRA:Rocky Linux-171774)\n\n* objtool static_call check blocks build of out-of-tree livepatch modules on Rocky Linux 10.2 GA kernels ? missing upstream revert f495054bd12e (JIRA:Rocky Linux-178495)\n\n* ibmveth Adapter Freeze with Small MSS [rhel-10.2.z] (JIRA:Rocky Linux-179723)\n\n* rbd: eliminate a race in lock_dwork draining on unmap [rhel-10.2.z] (JIRA:Rocky Linux-183127)\n\n* Rocky Linux10.0 - s390/mm: Add missing secure storage access fixups [rhel-10.2.z] (JIRA:Rocky Linux-183319)\n\n* [Rocky Linux10.2.z] Enable Pretimeout Watchdog Panic Functionality on x86 (JIRA:Rocky Linux-182299)\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.",
"id": "RLSA-2026:27288",
"modified": "2026-07-06T12:07:06.987385Z",
"published": "2026-06-22T12:04:59.950683Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:27288"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467083"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482634"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460646"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464096"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461548"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464502"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482645"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461503"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468061"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482181"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482563"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482608"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464092"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: kernel security, bug fix, and enhancement update",
"upstream": [
"CVE-2026-31474",
"CVE-2026-31641",
"CVE-2026-31669",
"CVE-2026-31772",
"CVE-2026-31786",
"CVE-2026-31787",
"CVE-2026-43056",
"CVE-2026-43260",
"CVE-2026-43330",
"CVE-2026-46056",
"CVE-2026-46125",
"CVE-2026-46152",
"CVE-2026-46166",
"CVE-2026-46173",
"CVE-2026-46331"
]
}
rlsa-2026:27353
Vulnerability from osv_rocky
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
-
kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)
-
kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)
-
kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)
-
kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing (CVE-2026-43279)
-
kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)
-
kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop (CVE-2026-46090)
-
kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)
-
kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)
Bug Fix(es) and Enhancement(s):
- Rocky Linux8 RT kernel panic in replenish_dl_entity() caused by stale DEADLINE PI state during rt_mutex de-boosting (JIRA:Rocky Linux-178520)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:8",
"name": "kernel",
"purl": "pkg:rpm/rocky-linux/kernel?distro=rocky-linux-8\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:4.18.0-553.136.1.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)\n\n* kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)\n\n* kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)\n\n* kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing (CVE-2026-43279)\n\n* kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)\n\n* kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop (CVE-2026-46090)\n\n* kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)\n\n* kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)\n\nBug Fix(es) and Enhancement(s):\n\n* Rocky Linux8 RT kernel panic in replenish_dl_entity() caused by stale DEADLINE PI state during rt_mutex de-boosting (JIRA:Rocky Linux-178520)\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.",
"id": "RLSA-2026:27353",
"modified": "2026-07-08T12:07:57.737478Z",
"published": "2026-06-24T12:00:44.020996Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:27353"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460619"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467215"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482581"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482654"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: kernel security, bug fix, and enhancement update",
"upstream": [
"CVE-2026-31419",
"CVE-2026-31488",
"CVE-2026-43056",
"CVE-2026-43279",
"CVE-2026-46090",
"CVE-2026-46135",
"CVE-2026-46145",
"CVE-2026-46331"
]
}
rlsa-2026:27354
Vulnerability from osv_rocky
The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.
Security Fix(es):
-
kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)
-
kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)
-
kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)
-
kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing (CVE-2026-43279)
-
kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)
-
kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop (CVE-2026-46090)
-
kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)
-
kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)
Bug Fix(es) and Enhancement(s):
- Rocky Linux8 RT kernel panic in replenish_dl_entity() caused by stale DEADLINE PI state during rt_mutex de-boosting (JIRA:Rocky Linux-178520)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:8",
"name": "kernel-rt",
"purl": "pkg:rpm/rocky-linux/kernel-rt?distro=rocky-linux-8\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "NFV"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:4.18.0-553.136.1.rt7.477.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)\n\n* kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)\n\n* kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)\n\n* kernel: ALSA: usb-audio: Add sanity check for OOB writes at silencing (CVE-2026-43279)\n\n* kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)\n\n* kernel: ALSA: aloop: Fix peer runtime UAF during format-change stop (CVE-2026-46090)\n\n* kernel: RDMA/mana: Validate rx_hash_key_len (CVE-2026-46145)\n\n* kernel: nvmet-tcp: fix race between ICReq handling and queue teardown (CVE-2026-46135)\n\nBug Fix(es) and Enhancement(s):\n\n* Rocky Linux8 RT kernel panic in replenish_dl_entity() caused by stale DEADLINE PI state during rt_mutex de-boosting (JIRA:Rocky Linux-178520)\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.",
"id": "RLSA-2026:27354",
"modified": "2026-07-06T06:06:16.765929Z",
"published": "2026-06-22T06:00:57.876785Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:27354"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460619"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467215"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481980"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482581"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482654"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: kernel-rt security, bug fix, and enhancement update",
"upstream": [
"CVE-2026-31419",
"CVE-2026-31488",
"CVE-2026-43056",
"CVE-2026-43279",
"CVE-2026-46090",
"CVE-2026-46135",
"CVE-2026-46145",
"CVE-2026-46331"
]
}
rxsa-2026:25217
Vulnerability from osv_rocky
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
-
kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() (CVE-2026-23216)
-
kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)
-
kernel: net: openvswitch: Avoid releasing netdev before teardown completes (CVE-2026-31508)
-
kernel: ALSA: 6fire: fix use-after-free on disconnect (CVE-2026-31581)
-
kernel: ip6_tunnel: clear skb2->cb[] in ip4ip6_err() (CVE-2026-43037)
-
kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)
-
kernel: netfilter: ctnetlink: ensure safe access to master conntrack (CVE-2026-43116)
-
kernel: dlm: validate length in dlm_search_rsb_tree (CVE-2026-43125)
-
kernel: ipv6: rpl: reserve mac_len headroom when recompressed SRH grows (CVE-2026-43501)
-
kernel: RDMA/rxe: Fix double free in rxe_srq_from_init (CVE-2026-45852)
-
kernel: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() (CVE-2026-46181)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "kernel",
"purl": "pkg:rpm/rocky-linux/kernel?distro=rocky-linux-9-sig-cloud\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "cloud-common"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:5.14.0-687.15.1.el9_7.cloud.1.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() (CVE-2026-23216)\n\n* kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)\n\n* kernel: net: openvswitch: Avoid releasing netdev before teardown completes (CVE-2026-31508)\n\n* kernel: ALSA: 6fire: fix use-after-free on disconnect (CVE-2026-31581)\n\n* kernel: ip6_tunnel: clear skb2-\u003ecb[] in ip4ip6_err() (CVE-2026-43037)\n\n* kernel: net: mana: fix use-after-free in add_adev() error path (CVE-2026-43056)\n\n* kernel: netfilter: ctnetlink: ensure safe access to master conntrack (CVE-2026-43116)\n\n* kernel: dlm: validate length in dlm_search_rsb_tree (CVE-2026-43125)\n\n* kernel: ipv6: rpl: reserve mac_len headroom when recompressed SRH grows (CVE-2026-43501)\n\n* kernel: RDMA/rxe: Fix double free in rxe_srq_from_init (CVE-2026-45852)\n\n* kernel: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() (CVE-2026-46181)\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.",
"id": "RXSA-2026:25217",
"modified": "2026-06-29T12:07:40.679436Z",
"published": "2026-06-15T18:06:35.386083Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RXSA-2026:25217"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440630"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460641"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461471"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464351"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464449"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467005"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467234"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480457"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482166"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482532"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: kernel security update",
"upstream": [
"CVE-2026-23216",
"CVE-2026-31419",
"CVE-2026-31508",
"CVE-2026-31581",
"CVE-2026-43037",
"CVE-2026-43056",
"CVE-2026-43116",
"CVE-2026-43125",
"CVE-2026-43501",
"CVE-2026-45852",
"CVE-2026-46181"
]
}
ubuntu-cve-2026-43056
Vulnerability from osv_ubuntu
In the Linux kernel, the following vulnerability has been resolved: net: mana: fix use-after-free in add_adev() error path If auxiliary_device_add() fails, add_adev() jumps to add_fail and calls auxiliary_device_uninit(adev). The auxiliary device has its release callback set to adev_release(), which frees the containing struct mana_adev. Since adev is embedded in struct mana_adev, the subsequent fall-through to init_fail and access to adev->id may result in a use-after-free. Fix this by saving the allocated auxiliary device id in a local variable before calling auxiliary_device_add(), and use that saved id in the cleanup path after auxiliary_device_uninit().
| URL | Type | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "block-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "crypto-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "crypto-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "dasd-extra-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "dasd-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fat-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fat-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fb-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "firewire-core-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "floppy-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fs-core-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fs-core-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fs-secondary-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "fs-secondary-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "input-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "input-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "ipmi-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "ipmi-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "irda-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "irda-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "kernel-image-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "kernel-image-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-cloud-tools-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-23",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-23-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-headers-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-hwe-edge-cloud-tools-4.15.0-23",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-hwe-edge-tools-4.15.0-23",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-hwe-edge-udebs-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-hwe-edge-udebs-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-4.15.0-23-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-image-unsigned-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-23-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-modules-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-modules-extra-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-source-4.15.0",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-23-generic",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-23-generic-lpae",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "linux-tools-4.15.0-23-lowlatency",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "md-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "md-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "message-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "mouse-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "mouse-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "multipath-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "multipath-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nfs-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nfs-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-pcmcia-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-shared-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-shared-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-usb-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "nic-usb-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "parport-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "parport-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "pata-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "pcmcia-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "pcmcia-storage-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "plip-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "plip-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "ppp-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "ppp-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "sata-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "sata-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "scsi-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "scsi-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "serial-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "storage-core-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "storage-core-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "usb-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "usb-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "virtio-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "vlan-modules-4.15.0-23-generic-di",
"binary_version": "4.15.0-23.25~16.04.1"
},
{
"binary_name": "vlan-modules-4.15.0-23-generic-lpae-di",
"binary_version": "4.15.0-23.25~16.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "linux-hwe-edge",
"purl": "pkg:deb/ubuntu/linux-hwe-edge@4.15.0-23.25~16.04.1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.8.0-28.30~16.04.1",
"4.8.0-30.32~16.04.1",
"4.8.0-32.34~16.04.1",
"4.8.0-34.36~16.04.1",
"4.10.0-14.16~16.04.1",
"4.10.0-19.21~16.04.1",
"4.10.0-20.22~16.04.1",
"4.10.0-21.23~16.04.1",
"4.10.0-22.24~16.04.1",
"4.10.0-24.28~16.04.1",
"4.10.0-26.30~16.04.1",
"4.11.0-13.19~16.04.1",
"4.11.0-14.20~16.04.1",
"4.13.0-16.19~16.04.3",
"4.13.0-17.20~16.04.1",
"4.13.0-19.22~16.04.1",
"4.13.0-21.24~16.04.1",
"4.13.0-25.29~16.04.2",
"4.15.0-13.14~16.04.1",
"4.15.0-15.16~16.04.1",
"4.15.0-20.21~16.04.1",
"4.15.0-22.24~16.04.1",
"4.15.0-23.25~16.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.0-tools-5.0.0-1027",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-aws-headers-5.0.0-1027",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-buildinfo-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-cloud-tools-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-headers-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-image-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-modules-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-modules-extra-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
},
{
"binary_name": "linux-tools-5.0.0-1027-aws",
"binary_version": "5.0.0-1027.30"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-aws-5.0",
"purl": "pkg:deb/ubuntu/linux-aws-5.0@5.0.0-1027.30?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.0.0-1021.24~18.04.1",
"5.0.0-1022.25~18.04.1",
"5.0.0-1023.26~18.04.1",
"5.0.0-1024.27~18.04.1",
"5.0.0-1025.28",
"5.0.0-1027.30"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.3-cloud-tools-5.3.0-1035",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-aws-5.3-headers-5.3.0-1035",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-aws-5.3-tools-5.3.0-1035",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-buildinfo-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-cloud-tools-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-headers-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-image-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-modules-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-modules-extra-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
},
{
"binary_name": "linux-tools-5.3.0-1035-aws",
"binary_version": "5.3.0-1035.37"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-aws-5.3",
"purl": "pkg:deb/ubuntu/linux-aws-5.3@5.3.0-1035.37?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1016.17~18.04.1",
"5.3.0-1017.18~18.04.1",
"5.3.0-1019.21~18.04.1",
"5.3.0-1023.25~18.04.1",
"5.3.0-1028.30~18.04.1",
"5.3.0-1030.32~18.04.1",
"5.3.0-1032.34~18.04.2",
"5.3.0-1033.35",
"5.3.0-1034.36",
"5.3.0-1035.37"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-5.0.0-1036",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-azure-headers-5.0.0-1036",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-azure-tools-5.0.0-1036",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-buildinfo-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-cloud-tools-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-headers-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-image-unsigned-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-modules-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-modules-extra-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
},
{
"binary_name": "linux-tools-5.0.0-1036-azure",
"binary_version": "5.0.0-1036.38"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@5.0.0-1036.38?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1002.2",
"4.15.0-1003.3",
"4.15.0-1004.4",
"4.15.0-1008.8",
"4.15.0-1009.9",
"4.15.0-1012.12",
"4.15.0-1013.13",
"4.15.0-1014.14",
"4.15.0-1018.18",
"4.15.0-1019.19",
"4.15.0-1021.21",
"4.15.0-1022.23",
"4.15.0-1023.24",
"4.15.0-1025.26",
"4.15.0-1028.29",
"4.15.0-1030.31",
"4.15.0-1031.32",
"4.15.0-1032.33",
"4.15.0-1035.36",
"4.15.0-1036.38",
"4.15.0-1037.39",
"4.18.0-1011.11~18.04.1",
"4.18.0-1013.13~18.04.1",
"4.18.0-1014.14~18.04.1",
"4.18.0-1018.18~18.04.1",
"4.18.0-1019.19~18.04.1",
"4.18.0-1020.20~18.04.1",
"4.18.0-1023.24~18.04.1",
"4.18.0-1024.25~18.04.1",
"4.18.0-1025.27~18.04.1",
"5.0.0-1014.14~18.04.1",
"5.0.0-1016.17~18.04.1",
"5.0.0-1018.19~18.04.1",
"5.0.0-1020.21~18.04.1",
"5.0.0-1022.23~18.04.1",
"5.0.0-1023.24~18.04.1",
"5.0.0-1025.27~18.04.1",
"5.0.0-1027.29~18.04.1",
"5.0.0-1028.30~18.04.1",
"5.0.0-1029.31~18.04.1",
"5.0.0-1031.33",
"5.0.0-1032.34",
"5.0.0-1035.37",
"5.0.0-1036.38"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.3-cloud-tools-5.3.0-1035",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-azure-5.3-headers-5.3.0-1035",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-azure-5.3-tools-5.3.0-1035",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-buildinfo-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-cloud-tools-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-headers-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-image-unsigned-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-modules-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-modules-extra-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
},
{
"binary_name": "linux-tools-5.3.0-1035-azure",
"binary_version": "5.3.0-1035.36"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-azure-5.3",
"purl": "pkg:deb/ubuntu/linux-azure-5.3@5.3.0-1035.36?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1007.8~18.04.1",
"5.3.0-1008.9~18.04.1",
"5.3.0-1009.10~18.04.1",
"5.3.0-1010.11~18.04.1",
"5.3.0-1012.13~18.04.1",
"5.3.0-1013.14~18.04.1",
"5.3.0-1016.17~18.04.1",
"5.3.0-1018.19~18.04.1",
"5.3.0-1019.20~18.04.1",
"5.3.0-1020.21~18.04.1",
"5.3.0-1022.23~18.04.1",
"5.3.0-1028.29~18.04.1",
"5.3.0-1031.32~18.04.1",
"5.3.0-1032.33~18.04.1",
"5.3.0-1034.35~18.04.1",
"5.3.0-1035.36"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-edge-cloud-tools-5.0.0-1012",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-azure-edge-tools-5.0.0-1012",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-azure-headers-5.0.0-1012",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-cloud-tools-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-headers-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-image-unsigned-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-modules-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-modules-extra-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
},
{
"binary_name": "linux-tools-5.0.0-1012-azure",
"binary_version": "5.0.0-1012.12~18.04.2"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-azure-edge",
"purl": "pkg:deb/ubuntu/linux-azure-edge@5.0.0-1012.12~18.04.2?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.18.0-1006.6~18.04.1",
"4.18.0-1007.7~18.04.1",
"4.18.0-1008.8~18.04.1",
"5.0.0-1012.12~18.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-gcp-headers-5.0.0-1034",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-gcp-tools-5.0.0-1034",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-headers-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-image-unsigned-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-modules-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-modules-extra-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
},
{
"binary_name": "linux-tools-5.0.0-1034-gcp",
"binary_version": "5.0.0-1034.35"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@5.0.0-1034.35?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1001.1",
"4.15.0-1003.3",
"4.15.0-1005.5",
"4.15.0-1006.6",
"4.15.0-1008.8",
"4.15.0-1009.9",
"4.15.0-1010.10",
"4.15.0-1014.14",
"4.15.0-1015.15",
"4.15.0-1017.18",
"4.15.0-1018.19",
"4.15.0-1019.20",
"4.15.0-1021.22",
"4.15.0-1023.24",
"4.15.0-1024.25",
"4.15.0-1025.26",
"4.15.0-1026.27",
"4.15.0-1027.28",
"4.15.0-1028.29",
"4.15.0-1029.31",
"4.15.0-1030.32",
"4.15.0-1032.34",
"4.15.0-1033.35",
"4.15.0-1034.36",
"4.15.0-1036.38",
"4.15.0-1037.39",
"4.15.0-1040.42",
"4.15.0-1042.45",
"4.15.0-1044.70",
"5.0.0-1020.20~18.04.1",
"5.0.0-1021.21~18.04.1",
"5.0.0-1025.26~18.04.1",
"5.0.0-1026.27~18.04.1",
"5.0.0-1028.29~18.04.1",
"5.0.0-1029.30~18.04.1",
"5.0.0-1031.32",
"5.0.0-1033.34",
"5.0.0-1034.35"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-gcp-5.3-headers-5.3.0-1032",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-gcp-5.3-tools-5.3.0-1032",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-headers-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-modules-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
},
{
"binary_name": "linux-tools-5.3.0-1032-gcp",
"binary_version": "5.3.0-1032.34~18.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gcp-5.3",
"purl": "pkg:deb/ubuntu/linux-gcp-5.3@5.3.0-1032.34~18.04.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1008.9~18.04.1",
"5.3.0-1009.10~18.04.1",
"5.3.0-1010.11~18.04.1",
"5.3.0-1012.13~18.04.1",
"5.3.0-1014.15~18.04.1",
"5.3.0-1016.17~18.04.1",
"5.3.0-1017.18~18.04.1",
"5.3.0-1018.19~18.04.1",
"5.3.0-1020.22~18.04.1",
"5.3.0-1026.28~18.04.1",
"5.3.0-1029.31~18.04.1",
"5.3.0-1030.32~18.04.1",
"5.3.0-1032.34~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-gke-4.15-headers-4.15.0-1079",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-gke-4.15-tools-4.15.0-1079",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-headers-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-modules-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-modules-extra-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
},
{
"binary_name": "linux-tools-4.15.0-1079-gke",
"binary_version": "4.15.0-1079.84"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gke-4.15",
"purl": "pkg:deb/ubuntu/linux-gke-4.15@4.15.0-1079.84?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1030.32",
"4.15.0-1032.34",
"4.15.0-1033.35",
"4.15.0-1034.36",
"4.15.0-1036.38",
"4.15.0-1037.39",
"4.15.0-1040.42",
"4.15.0-1041.43",
"4.15.0-1042.44",
"4.15.0-1044.46",
"4.15.0-1045.48",
"4.15.0-1046.49",
"4.15.0-1048.51",
"4.15.0-1049.52",
"4.15.0-1050.53",
"4.15.0-1052.55",
"4.15.0-1055.58",
"4.15.0-1057.60",
"4.15.0-1058.61",
"4.15.0-1059.62",
"4.15.0-1063.66",
"4.15.0-1064.67",
"4.15.0-1066.69",
"4.15.0-1067.70",
"4.15.0-1069.72",
"4.15.0-1070.73",
"4.15.0-1072.76",
"4.15.0-1073.78",
"4.15.0-1074.79",
"4.15.0-1076.81",
"4.15.0-1077.82",
"4.15.0-1078.83",
"4.15.0-1079.84"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-gke-5.4-headers-5.4.0-1080",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-gke-5.4-tools-5.4.0-1080",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1080-gke",
"binary_version": "5.4.0-1080.86~18.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gke-5.4",
"purl": "pkg:deb/ubuntu/linux-gke-5.4@5.4.0-1080.86~18.04.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1025.25~18.04.1",
"5.4.0-1027.28~18.04.1",
"5.4.0-1029.31~18.04.1",
"5.4.0-1030.32~18.04.1",
"5.4.0-1032.34~18.04.1",
"5.4.0-1033.35~18.04.1",
"5.4.0-1035.37~18.04.1",
"5.4.0-1036.38~18.04.1",
"5.4.0-1037.39~18.04.1",
"5.4.0-1039.41~18.04.1",
"5.4.0-1040.42~18.04.1",
"5.4.0-1042.44~18.04.1",
"5.4.0-1043.45~18.04.1",
"5.4.0-1044.46~18.04.1",
"5.4.0-1046.48~18.04.1",
"5.4.0-1049.52~18.04.1",
"5.4.0-1051.54~18.04.1",
"5.4.0-1052.55~18.04.1",
"5.4.0-1053.56~18.04.1",
"5.4.0-1054.57~18.04.1",
"5.4.0-1055.58~18.04.1",
"5.4.0-1056.59~18.04.1",
"5.4.0-1057.60~18.04.1",
"5.4.0-1059.62~18.04.1",
"5.4.0-1061.64~18.04.1",
"5.4.0-1062.65~18.04.1",
"5.4.0-1063.66~18.04.1",
"5.4.0-1065.68~18.04.1",
"5.4.0-1066.69~18.04.1",
"5.4.0-1067.70~18.04.1",
"5.4.0-1068.71~18.04.1",
"5.4.0-1071.76~18.04.3",
"5.4.0-1072.77~18.04.1",
"5.4.0-1074.79~18.04.1",
"5.4.0-1076.82~18.04.1",
"5.4.0-1078.84~18.04.1",
"5.4.0-1080.86~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-gkeop-5.4-cloud-tools-5.4.0-1051",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-gkeop-5.4-headers-5.4.0-1051",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-gkeop-5.4-source-5.4.0",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-gkeop-5.4-tools-5.4.0-1051",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-headers-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-modules-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
},
{
"binary_name": "linux-tools-5.4.0-1051-gkeop",
"binary_version": "5.4.0-1051.54~18.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-gkeop-5.4",
"purl": "pkg:deb/ubuntu/linux-gkeop-5.4@5.4.0-1051.54~18.04.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1001.1",
"5.4.0-1003.3",
"5.4.0-1004.5",
"5.4.0-1005.6",
"5.4.0-1007.8~18.04.1",
"5.4.0-1008.9~18.04.1",
"5.4.0-1009.10~18.04.1",
"5.4.0-1010.11~18.04.1",
"5.4.0-1011.12~18.04.2",
"5.4.0-1012.13~18.04.1",
"5.4.0-1013.14~18.04.1",
"5.4.0-1014.15~18.04.1",
"5.4.0-1015.16~18.04.1",
"5.4.0-1016.17~18.04.1",
"5.4.0-1018.19~18.04.1",
"5.4.0-1021.22~18.04.1",
"5.4.0-1022.23~18.04.1",
"5.4.0-1023.24~18.04.1",
"5.4.0-1024.25~18.04.1",
"5.4.0-1025.26~18.04.1",
"5.4.0-1026.27~18.04.1",
"5.4.0-1027.28~18.04.1",
"5.4.0-1029.30~18.04.2",
"5.4.0-1031.32~18.04.1",
"5.4.0-1032.33~18.04.1",
"5.4.0-1033.34~18.04.1",
"5.4.0-1034.35~18.04.1",
"5.4.0-1036.37~18.04.1",
"5.4.0-1037.38~18.04.1",
"5.4.0-1038.39~18.04.1",
"5.4.0-1039.40~18.04.1",
"5.4.0-1040.41~18.04.1",
"5.4.0-1043.44~18.04.1",
"5.4.0-1046.48~18.04.1",
"5.4.0-1048.51~18.04.1",
"5.4.0-1049.52~18.04.1",
"5.4.0-1051.54~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "crypto-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fat-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fb-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "firewire-core-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "floppy-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fs-core-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "fs-secondary-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "input-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "ipmi-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "kernel-image-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-buildinfo-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-buildinfo-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-cloud-tools-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-cloud-tools-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-headers-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-headers-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-cloud-tools-5.3.0-76",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-headers-5.3.0-76",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-tools-5.3.0-76",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-hwe-udebs-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-unsigned-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-image-unsigned-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-modules-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-modules-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-modules-extra-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-source-5.3.0",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-tools-5.3.0-76-generic",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "linux-tools-5.3.0-76-lowlatency",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "md-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "message-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "mouse-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "multipath-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nfs-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-pcmcia-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-shared-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "nic-usb-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "parport-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "pata-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "pcmcia-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "pcmcia-storage-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "plip-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "ppp-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "sata-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "scsi-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "serial-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "storage-core-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "usb-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "virtio-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
},
{
"binary_name": "vlan-modules-5.3.0-76-generic-di",
"binary_version": "5.3.0-76.72"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-hwe",
"purl": "pkg:deb/ubuntu/linux-hwe@5.3.0-76.72?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.18.0-13.14~18.04.1",
"4.18.0-14.15~18.04.1",
"4.18.0-15.16~18.04.1",
"4.18.0-16.17~18.04.1",
"4.18.0-17.18~18.04.1",
"4.18.0-18.19~18.04.1",
"4.18.0-20.21~18.04.1",
"4.18.0-21.22~18.04.1",
"4.18.0-22.23~18.04.1",
"4.18.0-24.25~18.04.1",
"4.18.0-25.26~18.04.1",
"5.0.0-23.24~18.04.1",
"5.0.0-25.26~18.04.1",
"5.0.0-27.28~18.04.1",
"5.0.0-29.31~18.04.1",
"5.0.0-31.33~18.04.1",
"5.0.0-32.34~18.04.2",
"5.0.0-35.38~18.04.1",
"5.0.0-36.39~18.04.1",
"5.0.0-37.40~18.04.1",
"5.3.0-26.28~18.04.1",
"5.3.0-28.30~18.04.1",
"5.3.0-40.32~18.04.1",
"5.3.0-42.34~18.04.1",
"5.3.0-45.37~18.04.1",
"5.3.0-46.38~18.04.1",
"5.3.0-51.44~18.04.2",
"5.3.0-53.47~18.04.1",
"5.3.0-59.53~18.04.1",
"5.3.0-61.55~18.04.1",
"5.3.0-62.56~18.04.1",
"5.3.0-64.58~18.04.1",
"5.3.0-65.59",
"5.3.0-66.60",
"5.3.0-67.61",
"5.3.0-68.63",
"5.3.0-69.65",
"5.3.0-70.66",
"5.3.0-72.68",
"5.3.0-73.69",
"5.3.0-74.70",
"5.3.0-75.71",
"5.3.0-76.72"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "block-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "crypto-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "crypto-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "dasd-extra-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "dasd-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fat-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fat-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fb-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "firewire-core-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "floppy-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-core-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-core-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-secondary-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "fs-secondary-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "input-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "input-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ipmi-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ipmi-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "kernel-image-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "kernel-image-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-buildinfo-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-cloud-tools-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-cloud-tools-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-headers-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-cloud-tools-5.3.0-24",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-tools-5.3.0-24",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-udebs-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-hwe-edge-udebs-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-unsigned-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-image-unsigned-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-modules-extra-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-source-5.3.0",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-tools-5.3.0-24-generic",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-tools-5.3.0-24-generic-lpae",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "linux-tools-5.3.0-24-lowlatency",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "md-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "md-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "message-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "mouse-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "mouse-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "multipath-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "multipath-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nfs-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nfs-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-pcmcia-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-shared-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-shared-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-usb-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "nic-usb-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "parport-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "parport-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "pata-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "pcmcia-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "pcmcia-storage-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "plip-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "plip-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ppp-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "ppp-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "sata-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "sata-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "scsi-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "scsi-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "serial-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "storage-core-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "storage-core-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "usb-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "usb-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "virtio-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "vlan-modules-5.3.0-24-generic-di",
"binary_version": "5.3.0-24.26~18.04.2"
},
{
"binary_name": "vlan-modules-5.3.0-24-generic-lpae-di",
"binary_version": "5.3.0-24.26~18.04.2"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-hwe-edge",
"purl": "pkg:deb/ubuntu/linux-hwe-edge@5.3.0-24.26~18.04.2?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.0.0-15.16~18.04.1",
"5.0.0-16.17~18.04.1",
"5.0.0-17.18~18.04.1",
"5.0.0-19.20~18.04.1",
"5.0.0-20.21~18.04.1",
"5.3.0-19.20~18.04.2",
"5.3.0-22.24~18.04.1",
"5.3.0-23.25~18.04.1",
"5.3.0-23.25~18.04.2",
"5.3.0-24.26~18.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "crypto-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "fat-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "fb-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "firewire-core-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "floppy-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "fs-core-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "fs-secondary-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "input-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "ipmi-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "irda-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "kernel-image-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-buildinfo-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-headers-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-image-unsigned-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-modules-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-oem-headers-4.15.0-1103",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-oem-tools-4.15.0-1103",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-tools-4.15.0-1103-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "linux-udebs-oem",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "md-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "message-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "mouse-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "multipath-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nfs-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nic-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nic-pcmcia-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nic-shared-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "nic-usb-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "parport-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "pata-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "pcmcia-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "pcmcia-storage-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "plip-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "ppp-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "sata-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "scsi-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "serial-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "storage-core-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "usb-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "virtio-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
},
{
"binary_name": "vlan-modules-4.15.0-1103-oem-di",
"binary_version": "4.15.0-1103.114"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-oem",
"purl": "pkg:deb/ubuntu/linux-oem@4.15.0-1103.114?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.15.0-1002.3",
"4.15.0-1004.5",
"4.15.0-1006.9",
"4.15.0-1008.11",
"4.15.0-1009.12",
"4.15.0-1012.15",
"4.15.0-1013.16",
"4.15.0-1015.18",
"4.15.0-1017.20",
"4.15.0-1018.21",
"4.15.0-1021.24",
"4.15.0-1024.29",
"4.15.0-1026.31",
"4.15.0-1028.33",
"4.15.0-1030.35",
"4.15.0-1033.38",
"4.15.0-1034.39",
"4.15.0-1035.40",
"4.15.0-1036.41",
"4.15.0-1038.43",
"4.15.0-1039.44",
"4.15.0-1043.48",
"4.15.0-1045.50",
"4.15.0-1050.57",
"4.15.0-1056.65",
"4.15.0-1057.66",
"4.15.0-1059.68",
"4.15.0-1063.72",
"4.15.0-1064.73",
"4.15.0-1065.75",
"4.15.0-1066.76",
"4.15.0-1067.77",
"4.15.0-1069.79",
"4.15.0-1073.83",
"4.15.0-1076.86",
"4.15.0-1079.89",
"4.15.0-1080.90",
"4.15.0-1081.91",
"4.15.0-1087.97",
"4.15.0-1090.100",
"4.15.0-1091.101",
"4.15.0-1093.103",
"4.15.0-1094.104",
"4.15.0-1096.106",
"4.15.0-1097.107",
"4.15.0-1099.109",
"4.15.0-1100.110",
"4.15.0-1101.112",
"4.15.0-1102.113",
"4.15.0-1103.114"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-headers-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-image-unsigned-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-modules-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-modules-extra-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-oracle-5.0-headers-5.0.0-1014",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-oracle-5.0-tools-5.0.0-1014",
"binary_version": "5.0.0-1014.19"
},
{
"binary_name": "linux-tools-5.0.0-1014-oracle",
"binary_version": "5.0.0-1014.19"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-oracle-5.0",
"purl": "pkg:deb/ubuntu/linux-oracle-5.0@5.0.0-1014.19?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.0.0-1007.12~18.04.1",
"5.0.0-1008.13~18.04.1",
"5.0.0-1009.14~18.04.1",
"5.0.0-1010.15~18.04.1",
"5.0.0-1011.16",
"5.0.0-1013.18",
"5.0.0-1014.19"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-headers-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-image-unsigned-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-modules-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-modules-extra-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-oracle-5.3-headers-5.3.0-1030",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-oracle-5.3-tools-5.3.0-1030",
"binary_version": "5.3.0-1030.32~18.04.1"
},
{
"binary_name": "linux-tools-5.3.0-1030-oracle",
"binary_version": "5.3.0-1030.32~18.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "linux-oracle-5.3",
"purl": "pkg:deb/ubuntu/linux-oracle-5.3@5.3.0-1030.32~18.04.1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1011.12~18.04.1",
"5.3.0-1013.14~18.04.1",
"5.3.0-1014.15~18.04.1",
"5.3.0-1016.18~18.04.1",
"5.3.0-1018.20~18.04.1",
"5.3.0-1024.26~18.04.1",
"5.3.0-1027.29~18.04.1",
"5.3.0-1028.30~18.04.1",
"5.3.0-1030.32~18.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.11-cloud-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-aws-5.11-headers-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-aws-5.11-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-1028-aws",
"binary_version": "5.11.0-1028.31~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-aws-5.11",
"purl": "pkg:deb/ubuntu/linux-aws-5.11@5.11.0-1028.31~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1009.9~20.04.2",
"5.11.0-1014.15~20.04.1",
"5.11.0-1016.17~20.04.1",
"5.11.0-1017.18~20.04.1",
"5.11.0-1019.20~20.04.1",
"5.11.0-1020.21~20.04.2",
"5.11.0-1021.22~20.04.2",
"5.11.0-1022.23~20.04.1",
"5.11.0-1023.24~20.04.1",
"5.11.0-1025.27~20.04.1",
"5.11.0-1027.30~20.04.1",
"5.11.0-1028.31~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.13-cloud-tools-5.13.0-1031",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-aws-5.13-headers-5.13.0-1031",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-aws-5.13-tools-5.13.0-1031",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-1031-aws",
"binary_version": "5.13.0-1031.35~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-aws-5.13",
"purl": "pkg:deb/ubuntu/linux-aws-5.13@5.13.0-1031.35~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1008.9~20.04.2",
"5.13.0-1011.12~20.04.1",
"5.13.0-1012.13~20.04.1",
"5.13.0-1014.15~20.04.1",
"5.13.0-1017.19~20.04.1",
"5.13.0-1019.21~20.04.1",
"5.13.0-1021.23~20.04.2",
"5.13.0-1022.24~20.04.1",
"5.13.0-1023.25~20.04.1",
"5.13.0-1025.27~20.04.1",
"5.13.0-1028.31~20.04.1",
"5.13.0-1029.32~20.04.1",
"5.13.0-1031.35~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.8-cloud-tools-5.8.0-1042",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-aws-5.8-headers-5.8.0-1042",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-aws-5.8-tools-5.8.0-1042",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-image-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-1042-aws",
"binary_version": "5.8.0-1042.44~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-aws-5.8",
"purl": "pkg:deb/ubuntu/linux-aws-5.8@5.8.0-1042.44~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-1035.37~20.04.1",
"5.8.0-1038.40~20.04.1",
"5.8.0-1041.43~20.04.1",
"5.8.0-1042.44~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.11-cloud-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-azure-5.11-headers-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-azure-5.11-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-buildinfo-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-cloud-tools-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-headers-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-image-unsigned-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-modules-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-modules-extra-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
},
{
"binary_name": "linux-tools-5.11.0-1028-azure",
"binary_version": "5.11.0-1028.31~20.04.2"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-azure-5.11",
"purl": "pkg:deb/ubuntu/linux-azure-5.11@5.11.0-1028.31~20.04.2?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1007.7~20.04.2",
"5.11.0-1012.13~20.04.1",
"5.11.0-1013.14~20.04.1",
"5.11.0-1015.16~20.04.1",
"5.11.0-1017.18~20.04.1",
"5.11.0-1019.20~20.04.1",
"5.11.0-1020.21~20.04.1",
"5.11.0-1021.22~20.04.1",
"5.11.0-1022.23~20.04.1",
"5.11.0-1023.24~20.04.1",
"5.11.0-1025.27~20.04.1",
"5.11.0-1027.30~20.04.1",
"5.11.0-1028.31~20.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.13-cloud-tools-5.13.0-1031",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-azure-5.13-headers-5.13.0-1031",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-azure-5.13-tools-5.13.0-1031",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-1031-azure",
"binary_version": "5.13.0-1031.37~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-azure-5.13",
"purl": "pkg:deb/ubuntu/linux-azure-5.13@5.13.0-1031.37~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1009.10~20.04.2",
"5.13.0-1012.14~20.04.1",
"5.13.0-1013.15~20.04.1",
"5.13.0-1014.16~20.04.1",
"5.13.0-1017.19~20.04.1",
"5.13.0-1021.24~20.04.1",
"5.13.0-1022.26~20.04.1",
"5.13.0-1023.27~20.04.1",
"5.13.0-1025.29~20.04.1",
"5.13.0-1028.33~20.04.1",
"5.13.0-1029.34~20.04.1",
"5.13.0-1031.37~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.15-cloud-tools-5.15.0-1116",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-azure-5.15-headers-5.15.0-1116",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-azure-5.15-tools-5.15.0-1116",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1116-azure",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1116-azure",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1116-azure",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1116-azure",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1116-azure",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1116-azure",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1116-azure",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1116-azure",
"binary_version": "5.15.0-1116.125~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-azure-5.15",
"purl": "pkg:deb/ubuntu/linux-azure-5.15@5.15.0-1116.125~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1007.8~20.04.1",
"5.15.0-1008.9~20.04.1",
"5.15.0-1013.16~20.04.1",
"5.15.0-1014.17~20.04.1",
"5.15.0-1017.20~20.04.1",
"5.15.0-1019.24~20.04.1",
"5.15.0-1020.25~20.04.1",
"5.15.0-1021.26~20.04.1",
"5.15.0-1022.27~20.04.1",
"5.15.0-1023.29~20.04.1",
"5.15.0-1029.36~20.04.1",
"5.15.0-1030.37~20.04.1",
"5.15.0-1031.38~20.04.1",
"5.15.0-1033.40~20.04.1",
"5.15.0-1034.41~20.04.1",
"5.15.0-1035.42~20.04.1",
"5.15.0-1036.43~20.04.1",
"5.15.0-1037.44~20.04.1",
"5.15.0-1038.45~20.04.1",
"5.15.0-1039.46~20.04.1",
"5.15.0-1040.47~20.04.1",
"5.15.0-1041.48~20.04.1",
"5.15.0-1042.49~20.04.1",
"5.15.0-1043.50~20.04.1",
"5.15.0-1045.52~20.04.1",
"5.15.0-1046.53~20.04.1",
"5.15.0-1047.54~20.04.1",
"5.15.0-1049.56~20.04.1",
"5.15.0-1050.57~20.04.1",
"5.15.0-1051.59~20.04.1",
"5.15.0-1052.60~20.04.1",
"5.15.0-1053.61~20.04.1",
"5.15.0-1054.62~20.04.1",
"5.15.0-1056.64~20.04.1",
"5.15.0-1057.65~20.04.1",
"5.15.0-1058.66~20.04.2",
"5.15.0-1059.67~20.04.1",
"5.15.0-1060.69~20.04.1",
"5.15.0-1061.70~20.04.1",
"5.15.0-1063.72~20.04.1",
"5.15.0-1064.73~20.04.1",
"5.15.0-1065.74~20.04.1",
"5.15.0-1067.76~20.04.1",
"5.15.0-1068.77~20.04.1",
"5.15.0-1070.79~20.04.1",
"5.15.0-1071.80~20.04.1",
"5.15.0-1072.81~20.04.1",
"5.15.0-1073.82~20.04.1",
"5.15.0-1074.83~20.04.1",
"5.15.0-1075.84~20.04.1",
"5.15.0-1078.87~20.04.1",
"5.15.0-1079.88~20.04.1",
"5.15.0-1081.90~20.04.1",
"5.15.0-1082.91~20.04.1",
"5.15.0-1086.95~20.04.1",
"5.15.0-1087.96~20.04.1",
"5.15.0-1088.97~20.04.1",
"5.15.0-1089.98~20.04.1",
"5.15.0-1091.100~20.04.1",
"5.15.0-1094.103~20.04.1",
"5.15.0-1095.104~20.04.1",
"5.15.0-1096.105~20.04.1",
"5.15.0-1097.106~20.04.1",
"5.15.0-1098.107~20.04.1",
"5.15.0-1102.111~20.04.1",
"5.15.0-1103.112~20.04.1",
"5.15.0-1110.119~20.04.1",
"5.15.0-1111.120~20.04.1",
"5.15.0-1114.123~20.04.1",
"5.15.0-1116.125~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.8-cloud-tools-5.8.0-1043",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-azure-5.8-headers-5.8.0-1043",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-azure-5.8-tools-5.8.0-1043",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-1043-azure",
"binary_version": "5.8.0-1043.46~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-azure-5.8",
"purl": "pkg:deb/ubuntu/linux-azure-5.8@5.8.0-1043.46~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-1033.35~20.04.1",
"5.8.0-1036.38~20.04.1",
"5.8.0-1039.42~20.04.1",
"5.8.0-1040.43~20.04.1",
"5.8.0-1041.44~20.04.1",
"5.8.0-1042.45~20.04.1",
"5.8.0-1043.46~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-image-unsigned-5.4.0-1103-azure-fde",
"binary_version": "5.4.0-1103.109+cvm1.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@5.4.0-1103.109+cvm1.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1063.66+cvm2.2",
"5.4.0-1063.66+cvm3.2",
"5.4.0-1064.67+cvm1.1",
"5.4.0-1065.68+cvm2.1",
"5.4.0-1067.70+cvm1.1",
"5.4.0-1068.71+cvm1.1",
"5.4.0-1069.72+cvm1.1",
"5.4.0-1070.73+cvm1.1",
"5.4.0-1072.75+cvm1.1",
"5.4.0-1073.76+cvm1.1",
"5.4.0-1074.77+cvm1.1",
"5.4.0-1076.79+cvm1.1",
"5.4.0-1078.81+cvm1.1",
"5.4.0-1080.83+cvm1.1",
"5.4.0-1083.87+cvm1.1",
"5.4.0-1085.90+cvm1.1",
"5.4.0-1085.90+cvm2.1",
"5.4.0-1086.91+cvm1.1",
"5.4.0-1089.94+cvm1.2",
"5.4.0-1090.95+cvm1.1",
"5.4.0-1091.96+cvm1.1",
"5.4.0-1092.97+cvm1.1",
"5.4.0-1095.101+cvm1.1",
"5.4.0-1098.104+cvm1.1",
"5.4.0-1100.106+cvm1.1",
"5.4.0-1103.109+cvm1.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-5.15-cloud-tools-5.15.0-1116",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-azure-fde-5.15-headers-5.15.0-1116",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-azure-fde-5.15-tools-5.15.0-1116",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1116-azure-fde",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1116-azure-fde",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1116-azure-fde",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1116-azure-fde",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1116-azure-fde",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1116-azure-fde",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1116-azure-fde",
"binary_version": "5.15.0-1116.125~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1116-azure-fde",
"binary_version": "5.15.0-1116.125~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "linux-azure-fde-5.15",
"purl": "pkg:deb/ubuntu/linux-azure-fde-5.15@5.15.0-1116.125~20.04.1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1019.24~20.04.1.1",
"5.15.0-1020.25~20.04.1.1",
"5.15.0-1021.26~20.04.1.1",
"5.15.0-1029.36~20.04.1.1",
"5.15.0-1030.37~20.04.1.1",
"5.15.0-1031.38~20.04.1.1",
"5.15.0-1033.40~20.04.1.1",
"5.15.0-1034.41~20.04.1.2",
"5.15.0-1035.42~20.04.1.1",
"5.15.0-1036.43~20.04.1.1",
"5.15.0-1037.44~20.04.1.1",
"5.15.0-1038.45~20.04.1.1",
"5.15.0-1039.46~20.04.1.1",
"5.15.0-1040.47~20.04.1.1",
"5.15.0-1041.48~20.04.1.1",
"5.15.0-1042.49~20.04.1.1",
"5.15.0-1043.50~20.04.1.1",
"5.15.0-1046.53~20.04.1.1",
"5.15.0-1047.54~20.04.1.1",
"5.15.0-1049.56~20.04.1.1",
"5.15.0-1050.57~20.04.1.1",
"5.15.0-1051.59~20.04.1.1",
"5.15.0-1052.60~20.04.1.1",
"5.15.0-1053.61~20.04.1.1",
"5.15.0-1054.62~20.04.1.1",
"5.15.0-1056.64~20.04.1.1",
"5.15.0-1057.65~20.04.1.1",
"5.15.0-1058.66~20.04.2.1",
"5.15.0-1059.67~20.04.1.1",
"5.15.0-1060.69~20.04.1.1",
"5.15.0-1061.70~20.04.1.1",
"5.15.0-1063.72~20.04.1.1",
"5.15.0-1064.73~20.04.1.1",
"5.15.0-1065.74~20.04.1.1",
"5.15.0-1067.76~20.04.1.1",
"5.15.0-1068.77~20.04.1.1",
"5.15.0-1070.79~20.04.1.1",
"5.15.0-1071.80~20.04.1.1",
"5.15.0-1072.81~20.04.1.1",
"5.15.0-1073.82~20.04.1.1",
"5.15.0-1074.83~20.04.1.1",
"5.15.0-1076.85~20.04.1.1",
"5.15.0-1078.87~20.04.1.1",
"5.15.0-1081.90~20.04.1.1",
"5.15.0-1082.91~20.04.1.1",
"5.15.0-1086.95~20.04.1.1",
"5.15.0-1087.96~20.04.1.1",
"5.15.0-1088.97~20.04.1.1",
"5.15.0-1089.98~20.04.1.1",
"5.15.0-1091.100~20.04.1.1",
"5.15.0-1094.103~20.04.1.1",
"5.15.0-1096.105~20.04.1.1",
"5.15.0-1097.106~20.04.1.1",
"5.15.0-1098.107~20.04.1.1",
"5.15.0-1102.111~20.04.1.1",
"5.15.0-1103.112~20.04.1.1",
"5.15.0-1111.120~20.04.1.1",
"5.15.0-1114.123~20.04.1",
"5.15.0-1116.125~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-gcp-5.11-headers-5.11.0-1029",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-gcp-5.11-tools-5.11.0-1029",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-headers-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-image-unsigned-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-modules-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-modules-extra-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
},
{
"binary_name": "linux-tools-5.11.0-1029-gcp",
"binary_version": "5.11.0-1029.33~20.04.3"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gcp-5.11",
"purl": "pkg:deb/ubuntu/linux-gcp-5.11@5.11.0-1029.33~20.04.3?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1009.10~20.04.1",
"5.11.0-1014.16~20.04.1",
"5.11.0-1017.19~20.04.1",
"5.11.0-1018.20~20.04.2",
"5.11.0-1020.22~20.04.1",
"5.11.0-1021.23~20.04.1",
"5.11.0-1022.24~20.04.1",
"5.11.0-1023.25~20.04.1",
"5.11.0-1024.26~20.04.1",
"5.11.0-1026.29~20.04.1",
"5.11.0-1028.32~20.04.1",
"5.11.0-1029.33~20.04.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-gcp-5.13-headers-5.13.0-1033",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-gcp-5.13-tools-5.13.0-1033",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-1033-gcp",
"binary_version": "5.13.0-1033.40~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gcp-5.13",
"purl": "pkg:deb/ubuntu/linux-gcp-5.13@5.13.0-1033.40~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1008.9~20.04.3",
"5.13.0-1012.15~20.04.1",
"5.13.0-1013.16~20.04.1",
"5.13.0-1015.18~20.04.1",
"5.13.0-1019.23~20.04.1",
"5.13.0-1021.25~20.04.1",
"5.13.0-1023.28~20.04.1",
"5.13.0-1024.29~20.04.1",
"5.13.0-1025.30~20.04.1",
"5.13.0-1027.32~20.04.1",
"5.13.0-1030.36~20.04.1",
"5.13.0-1031.37~20.04.1",
"5.13.0-1033.40~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-gcp-5.8-headers-5.8.0-1039",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-gcp-5.8-tools-5.8.0-1039",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-headers-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-image-unsigned-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-modules-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-modules-extra-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
},
{
"binary_name": "linux-tools-5.8.0-1039-gcp",
"binary_version": "5.8.0-1039.41"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gcp-5.8",
"purl": "pkg:deb/ubuntu/linux-gcp-5.8@5.8.0-1039.41?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-1032.34~20.04.1",
"5.8.0-1035.37~20.04.1",
"5.8.0-1038.40~20.04.1",
"5.8.0-1039.41"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-gke-headers-5.4.0-1105",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-gke-tools-5.4.0-1105",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-headers-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-modules-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-modules-extra-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
},
{
"binary_name": "linux-tools-5.4.0-1105-gke",
"binary_version": "5.4.0-1105.112"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gke",
"purl": "pkg:deb/ubuntu/linux-gke@5.4.0-1105.112?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1033.35",
"5.4.0-1035.37",
"5.4.0-1036.38",
"5.4.0-1037.39",
"5.4.0-1039.41",
"5.4.0-1041.43",
"5.4.0-1042.44",
"5.4.0-1043.45",
"5.4.0-1044.46",
"5.4.0-1046.48",
"5.4.0-1049.52",
"5.4.0-1051.54",
"5.4.0-1052.55",
"5.4.0-1053.56",
"5.4.0-1054.57",
"5.4.0-1055.58",
"5.4.0-1056.59",
"5.4.0-1057.60",
"5.4.0-1059.62",
"5.4.0-1061.64",
"5.4.0-1062.65",
"5.4.0-1063.66",
"5.4.0-1065.68",
"5.4.0-1066.69",
"5.4.0-1067.70",
"5.4.0-1068.71",
"5.4.0-1071.76",
"5.4.0-1072.77",
"5.4.0-1074.79",
"5.4.0-1076.82",
"5.4.0-1078.84",
"5.4.0-1080.86",
"5.4.0-1081.87",
"5.4.0-1083.89",
"5.4.0-1084.90",
"5.4.0-1086.93",
"5.4.0-1087.94",
"5.4.0-1090.97",
"5.4.0-1091.98",
"5.4.0-1094.101",
"5.4.0-1095.102",
"5.4.0-1096.103",
"5.4.0-1097.104",
"5.4.0-1098.105",
"5.4.0-1099.106",
"5.4.0-1100.107",
"5.4.0-1101.108",
"5.4.0-1102.109",
"5.4.0-1103.110",
"5.4.0-1104.111",
"5.4.0-1105.112"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-gke-5.15-headers-5.15.0-1039",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-gke-5.15-tools-5.15.0-1039",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1039-gke",
"binary_version": "5.15.0-1039.44~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gke-5.15",
"purl": "pkg:deb/ubuntu/linux-gke-5.15@5.15.0-1039.44~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1011.14~20.04.1",
"5.15.0-1014.17~20.04.1",
"5.15.0-1015.18~20.04.1",
"5.15.0-1016.19~20.04.1",
"5.15.0-1019.23~20.04.1",
"5.15.0-1020.25~20.04.1",
"5.15.0-1023.28~20.04.2",
"5.15.0-1027.32~20.04.1",
"5.15.0-1028.33~20.04.1",
"5.15.0-1029.34~20.04.1",
"5.15.0-1031.36~20.04.1",
"5.15.0-1032.37~20.04.1",
"5.15.0-1033.38~20.04.1",
"5.15.0-1034.39~20.04.1",
"5.15.0-1036.41~20.04.1",
"5.15.0-1037.42~20.04.1",
"5.15.0-1038.43~20.04.1",
"5.15.0-1039.44~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-cloud-tools-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-gkeop-cloud-tools-5.4.0-1102",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-gkeop-headers-5.4.0-1102",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-gkeop-source-5.4.0",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-gkeop-tools-5.4.0-1102",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-headers-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-image-unsigned-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-modules-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-modules-extra-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
},
{
"binary_name": "linux-tools-5.4.0-1102-gkeop",
"binary_version": "5.4.0-1102.106"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gkeop",
"purl": "pkg:deb/ubuntu/linux-gkeop@5.4.0-1102.106?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-1008.9",
"5.4.0-1009.10",
"5.4.0-1010.11",
"5.4.0-1011.12",
"5.4.0-1012.13",
"5.4.0-1013.14",
"5.4.0-1014.15",
"5.4.0-1015.16",
"5.4.0-1016.17",
"5.4.0-1018.19",
"5.4.0-1021.22",
"5.4.0-1022.23",
"5.4.0-1023.24",
"5.4.0-1024.25",
"5.4.0-1025.26",
"5.4.0-1026.27",
"5.4.0-1027.28",
"5.4.0-1029.30",
"5.4.0-1031.32",
"5.4.0-1032.33",
"5.4.0-1033.34",
"5.4.0-1034.35",
"5.4.0-1036.37",
"5.4.0-1037.38",
"5.4.0-1038.39",
"5.4.0-1039.40",
"5.4.0-1040.41",
"5.4.0-1043.44",
"5.4.0-1046.48",
"5.4.0-1048.51",
"5.4.0-1049.52",
"5.4.0-1051.54",
"5.4.0-1052.55",
"5.4.0-1053.56",
"5.4.0-1054.57",
"5.4.0-1056.60",
"5.4.0-1057.61",
"5.4.0-1060.64",
"5.4.0-1061.65",
"5.4.0-1062.66",
"5.4.0-1064.68",
"5.4.0-1065.69",
"5.4.0-1066.70",
"5.4.0-1067.71",
"5.4.0-1068.72",
"5.4.0-1069.73",
"5.4.0-1070.74",
"5.4.0-1071.75",
"5.4.0-1072.76",
"5.4.0-1073.77",
"5.4.0-1074.78",
"5.4.0-1075.79",
"5.4.0-1076.80",
"5.4.0-1077.81",
"5.4.0-1078.82",
"5.4.0-1079.83",
"5.4.0-1080.84",
"5.4.0-1081.85",
"5.4.0-1083.87",
"5.4.0-1084.88",
"5.4.0-1085.89",
"5.4.0-1086.90",
"5.4.0-1087.91",
"5.4.0-1088.92",
"5.4.0-1089.93",
"5.4.0-1090.94",
"5.4.0-1091.95",
"5.4.0-1092.96",
"5.4.0-1093.97",
"5.4.0-1094.98",
"5.4.0-1095.99",
"5.4.0-1096.100",
"5.4.0-1097.101",
"5.4.0-1098.102",
"5.4.0-1099.103",
"5.4.0-1100.104",
"5.4.0-1101.105",
"5.4.0-1102.106"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-gkeop-5.15-cloud-tools-5.15.0-1055",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-gkeop-5.15-headers-5.15.0-1055",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-gkeop-5.15-tools-5.15.0-1055",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-headers-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-modules-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
},
{
"binary_name": "linux-tools-5.15.0-1055-gkeop",
"binary_version": "5.15.0-1055.62~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-gkeop-5.15",
"purl": "pkg:deb/ubuntu/linux-gkeop-5.15@5.15.0-1055.62~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1003.5~20.04.2",
"5.15.0-1005.7~20.04.1",
"5.15.0-1007.10~20.04.1",
"5.15.0-1008.12~20.04.1",
"5.15.0-1011.15~20.04.2",
"5.15.0-1012.16~20.04.1",
"5.15.0-1013.17~20.04.1",
"5.15.0-1015.19~20.04.1",
"5.15.0-1016.21~20.04.1",
"5.15.0-1017.22~20.04.1",
"5.15.0-1018.23~20.04.1",
"5.15.0-1019.24~20.04.1",
"5.15.0-1020.25~20.04.1",
"5.15.0-1021.26~20.04.1",
"5.15.0-1022.27~20.04.1",
"5.15.0-1023.28~20.04.1",
"5.15.0-1024.29~20.04.1",
"5.15.0-1025.30~20.04.1",
"5.15.0-1026.31~20.04.1",
"5.15.0-1027.32~20.04.1",
"5.15.0-1028.33~20.04.1",
"5.15.0-1030.35~20.04.1",
"5.15.0-1031.37~20.04.1",
"5.15.0-1032.38~20.04.1",
"5.15.0-1033.39~20.04.1",
"5.15.0-1034.40~20.04.1",
"5.15.0-1035.41~20.04.1",
"5.15.0-1036.42~20.04.1",
"5.15.0-1037.43~20.04.1",
"5.15.0-1038.44~20.04.1",
"5.15.0-1039.45~20.04.1",
"5.15.0-1040.46~20.04.1",
"5.15.0-1043.50~20.04.1",
"5.15.0-1044.51~20.04.1",
"5.15.0-1045.52~20.04.1",
"5.15.0-1046.53~20.04.1",
"5.15.0-1047.54~20.04.1",
"5.15.0-1048.55~20.04.1",
"5.15.0-1049.56~20.04.1",
"5.15.0-1050.57~20.04.1",
"5.15.0-1051.58~20.04.1",
"5.15.0-1052.59~20.04.1",
"5.15.0-1053.60~20.04.1",
"5.15.0-1054.61~20.04.1",
"5.15.0-1055.62~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "block-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "block-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "crypto-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "crypto-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "crypto-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "dasd-extra-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "dasd-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fat-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fat-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fat-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fb-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "firewire-core-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "floppy-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-core-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-core-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-core-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "input-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "input-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "input-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ipmi-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ipmi-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ipmi-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "kernel-image-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "kernel-image-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "kernel-image-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-cloud-tools-5.11.0-46",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-cloud-tools-common",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-headers-5.11.0-46",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-source-5.11.0",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-tools-5.11.0-46",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-tools-common",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-tools-host",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-udebs-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-udebs-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-hwe-5.11-udebs-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-46-generic",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-46-generic-64k",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-46-generic-lpae",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-46-lowlatency",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "md-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "md-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "md-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "message-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "message-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "mouse-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "mouse-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "mouse-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "multipath-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "multipath-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "multipath-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nfs-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nfs-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nfs-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-pcmcia-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "parport-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "parport-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "parport-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "pata-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "pcmcia-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "pcmcia-storage-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "plip-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "plip-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "plip-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ppp-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ppp-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "ppp-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "sata-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "sata-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "sata-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "scsi-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "scsi-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "scsi-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "serial-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "storage-core-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "storage-core-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "storage-core-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "usb-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "usb-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "usb-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "virtio-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "virtio-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "vlan-modules-5.11.0-46-generic-64k-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "vlan-modules-5.11.0-46-generic-di",
"binary_version": "5.11.0-46.51~20.04.1"
},
{
"binary_name": "vlan-modules-5.11.0-46-generic-lpae-di",
"binary_version": "5.11.0-46.51~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-hwe-5.11",
"purl": "pkg:deb/ubuntu/linux-hwe-5.11@5.11.0-46.51~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-22.23~20.04.1",
"5.11.0-25.27~20.04.1",
"5.11.0-27.29~20.04.1",
"5.11.0-34.36~20.04.1",
"5.11.0-36.40~20.04.1",
"5.11.0-37.41~20.04.2",
"5.11.0-38.42~20.04.1",
"5.11.0-40.44~20.04.2",
"5.11.0-41.45~20.04.1",
"5.11.0-43.47~20.04.2",
"5.11.0-44.48~20.04.2",
"5.11.0-46.51~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "block-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "block-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "crypto-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "crypto-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "crypto-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "dasd-extra-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "dasd-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fat-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fat-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fat-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fb-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "firewire-core-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "floppy-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-core-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-core-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-core-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "input-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "input-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "input-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ipmi-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ipmi-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ipmi-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "kernel-image-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "kernel-image-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "kernel-image-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-cloud-tools-5.13.0-52",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-cloud-tools-common",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-headers-5.13.0-52",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-source-5.13.0",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-tools-5.13.0-52",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-tools-common",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-tools-host",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-udebs-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-udebs-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-hwe-5.13-udebs-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-52-generic",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-52-generic-64k",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-52-generic-lpae",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-52-lowlatency",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "md-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "md-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "md-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "message-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "message-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "mouse-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "mouse-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "mouse-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "multipath-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "multipath-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "multipath-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nfs-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nfs-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nfs-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-pcmcia-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "parport-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "parport-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "parport-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "pata-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "pcmcia-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "pcmcia-storage-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "plip-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "plip-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "plip-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ppp-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ppp-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "ppp-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "sata-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "sata-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "sata-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "scsi-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "scsi-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "scsi-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "serial-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "storage-core-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "storage-core-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "storage-core-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "usb-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "usb-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "usb-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "virtio-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "virtio-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "vlan-modules-5.13.0-52-generic-64k-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "vlan-modules-5.13.0-52-generic-di",
"binary_version": "5.13.0-52.59~20.04.1"
},
{
"binary_name": "vlan-modules-5.13.0-52-generic-lpae-di",
"binary_version": "5.13.0-52.59~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-hwe-5.13",
"purl": "pkg:deb/ubuntu/linux-hwe-5.13@5.13.0-52.59~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-21.21~20.04.1",
"5.13.0-22.22~20.04.1",
"5.13.0-23.23~20.04.2",
"5.13.0-25.26~20.04.1",
"5.13.0-27.29~20.04.1",
"5.13.0-28.31~20.04.1",
"5.13.0-30.33~20.04.1",
"5.13.0-35.40~20.04.1",
"5.13.0-37.42~20.04.1",
"5.13.0-39.44~20.04.1",
"5.13.0-40.45~20.04.1",
"5.13.0-41.46~20.04.1",
"5.13.0-44.49~20.04.1",
"5.13.0-48.54~20.04.1",
"5.13.0-51.58~20.04.1",
"5.13.0-52.59~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "block-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "block-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "crypto-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "crypto-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "crypto-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "dasd-extra-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "dasd-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fat-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fat-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fat-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fb-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "firewire-core-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "floppy-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-core-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-core-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-core-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "input-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "input-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "input-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ipmi-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ipmi-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ipmi-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "kernel-image-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "kernel-image-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "kernel-image-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-cloud-tools-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-cloud-tools-5.8.0-63",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-cloud-tools-common",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-headers-5.8.0-63",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-source-5.8.0",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-tools-5.8.0-63",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-tools-common",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-tools-host",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-udebs-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-udebs-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-hwe-5.8-udebs-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-63-generic",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-63-generic-64k",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-63-generic-lpae",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-63-lowlatency",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "md-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "md-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "md-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "message-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "message-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "mouse-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "mouse-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "mouse-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "multipath-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "multipath-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "multipath-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nfs-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nfs-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nfs-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-pcmcia-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "parport-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "parport-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "parport-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "pata-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "pcmcia-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "pcmcia-storage-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "plip-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "plip-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "plip-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ppp-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ppp-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "ppp-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "sata-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "sata-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "sata-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "scsi-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "scsi-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "scsi-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "serial-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "storage-core-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "storage-core-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "storage-core-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "usb-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "usb-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "usb-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "virtio-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "virtio-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "vlan-modules-5.8.0-63-generic-64k-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "vlan-modules-5.8.0-63-generic-di",
"binary_version": "5.8.0-63.71~20.04.1"
},
{
"binary_name": "vlan-modules-5.8.0-63-generic-lpae-di",
"binary_version": "5.8.0-63.71~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-hwe-5.8",
"purl": "pkg:deb/ubuntu/linux-hwe-5.8@5.8.0-63.71~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-23.24~20.04.1",
"5.8.0-25.26~20.04.1",
"5.8.0-28.30~20.04.1",
"5.8.0-29.31~20.04.1",
"5.8.0-31.33~20.04.1",
"5.8.0-33.36~20.04.1",
"5.8.0-34.37~20.04.2",
"5.8.0-36.40~20.04.1",
"5.8.0-38.43~20.04.1",
"5.8.0-40.45~20.04.1",
"5.8.0-41.46~20.04.1",
"5.8.0-43.49~20.04.1",
"5.8.0-44.50~20.04.1",
"5.8.0-45.51~20.04.1",
"5.8.0-48.54~20.04.1",
"5.8.0-49.55~20.04.1",
"5.8.0-50.56~20.04.1",
"5.8.0-53.60~20.04.1",
"5.8.0-55.62~20.04.1",
"5.8.0-59.66~20.04.1",
"5.8.0-63.71~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-cloud-tools-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-headers-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-cloud-tools-5.13.0-1017",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-cloud-tools-common",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-headers-5.13.0-1017",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-source-5.13.0",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-tools-5.13.0-1017",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-tools-common",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-intel-5.13-tools-host",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-modules-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-modules-extra-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
},
{
"binary_name": "linux-tools-5.13.0-1017-intel",
"binary_version": "5.13.0-1017.19"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-intel-5.13",
"purl": "pkg:deb/ubuntu/linux-intel-5.13@5.13.0-1017.19?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1007.7",
"5.13.0-1008.8",
"5.13.0-1009.9",
"5.13.0-1010.10",
"5.13.0-1011.11",
"5.13.0-1014.15",
"5.13.0-1017.19"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-headers-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-image-unsigned-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-modules-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-oem-5.10-headers-5.10.0-1057",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-oem-5.10-tools-5.10.0-1057",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-oem-5.10-tools-host",
"binary_version": "5.10.0-1057.61"
},
{
"binary_name": "linux-tools-5.10.0-1057-oem",
"binary_version": "5.10.0-1057.61"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oem-5.10",
"purl": "pkg:deb/ubuntu/linux-oem-5.10@5.10.0-1057.61?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.10.0-1008.9",
"5.10.0-1011.12",
"5.10.0-1013.14",
"5.10.0-1014.15",
"5.10.0-1016.17",
"5.10.0-1017.18",
"5.10.0-1019.20",
"5.10.0-1021.22",
"5.10.0-1022.23",
"5.10.0-1023.24",
"5.10.0-1025.26",
"5.10.0-1026.27",
"5.10.0-1029.30",
"5.10.0-1032.33",
"5.10.0-1033.34",
"5.10.0-1034.35",
"5.10.0-1038.40",
"5.10.0-1044.46",
"5.10.0-1045.47",
"5.10.0-1049.51",
"5.10.0-1050.52",
"5.10.0-1051.53",
"5.10.0-1052.54",
"5.10.0-1053.55",
"5.10.0-1055.58",
"5.10.0-1057.61"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-headers-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-modules-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-oem-5.13-headers-5.13.0-1029",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-oem-5.13-tools-5.13.0-1029",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-oem-5.13-tools-host",
"binary_version": "5.13.0-1029.36"
},
{
"binary_name": "linux-tools-5.13.0-1029-oem",
"binary_version": "5.13.0-1029.36"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oem-5.13",
"purl": "pkg:deb/ubuntu/linux-oem-5.13@5.13.0-1029.36?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1009.10",
"5.13.0-1010.11",
"5.13.0-1012.16",
"5.13.0-1014.18",
"5.13.0-1017.21",
"5.13.0-1019.23",
"5.13.0-1020.24",
"5.13.0-1021.25",
"5.13.0-1022.26",
"5.13.0-1026.32",
"5.13.0-1028.35",
"5.13.0-1029.36"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-headers-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-image-unsigned-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-modules-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-modules-iwlwifi-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-oem-5.14-headers-5.14.0-1059",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-oem-5.14-tools-5.14.0-1059",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-oem-5.14-tools-host",
"binary_version": "5.14.0-1059.67"
},
{
"binary_name": "linux-tools-5.14.0-1059-oem",
"binary_version": "5.14.0-1059.67"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oem-5.14",
"purl": "pkg:deb/ubuntu/linux-oem-5.14@5.14.0-1059.67?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.14.0-1004.4",
"5.14.0-1005.5",
"5.14.0-1007.7",
"5.14.0-1008.8",
"5.14.0-1010.10",
"5.14.0-1011.11",
"5.14.0-1013.13",
"5.14.0-1018.19",
"5.14.0-1020.22",
"5.14.0-1022.24",
"5.14.0-1024.26",
"5.14.0-1027.30",
"5.14.0-1029.32",
"5.14.0-1031.34",
"5.14.0-1032.35",
"5.14.0-1033.36",
"5.14.0-1034.37",
"5.14.0-1036.40",
"5.14.0-1038.42",
"5.14.0-1042.47",
"5.14.0-1044.49",
"5.14.0-1045.51",
"5.14.0-1046.53",
"5.14.0-1047.54",
"5.14.0-1048.55",
"5.14.0-1049.56",
"5.14.0-1050.57",
"5.14.0-1051.58",
"5.14.0-1052.59",
"5.14.0-1054.61",
"5.14.0-1055.62",
"5.14.0-1056.63",
"5.14.0-1057.64",
"5.14.0-1058.66",
"5.14.0-1059.67"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-headers-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-image-unsigned-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-modules-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-oem-5.6-headers-5.6.0-1056",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-oem-5.6-tools-5.6.0-1056",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-oem-5.6-tools-host",
"binary_version": "5.6.0-1056.60"
},
{
"binary_name": "linux-tools-5.6.0-1056-oem",
"binary_version": "5.6.0-1056.60"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oem-5.6",
"purl": "pkg:deb/ubuntu/linux-oem-5.6@5.6.0-1056.60?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.6.0-1007.7",
"5.6.0-1008.8",
"5.6.0-1010.10",
"5.6.0-1011.11",
"5.6.0-1013.13",
"5.6.0-1017.17",
"5.6.0-1018.18",
"5.6.0-1020.20",
"5.6.0-1021.21",
"5.6.0-1023.23",
"5.6.0-1026.26",
"5.6.0-1027.27",
"5.6.0-1028.28",
"5.6.0-1031.32",
"5.6.0-1032.33",
"5.6.0-1033.35",
"5.6.0-1034.36",
"5.6.0-1035.37",
"5.6.0-1036.39",
"5.6.0-1039.43",
"5.6.0-1042.46",
"5.6.0-1047.51",
"5.6.0-1048.52",
"5.6.0-1050.54",
"5.6.0-1052.56",
"5.6.0-1053.57",
"5.6.0-1054.58",
"5.6.0-1055.59",
"5.6.0-1056.60"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-headers-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-modules-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-oracle-5.11-headers-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-oracle-5.11-tools-5.11.0-1028",
"binary_version": "5.11.0-1028.31~20.04.1"
},
{
"binary_name": "linux-tools-5.11.0-1028-oracle",
"binary_version": "5.11.0-1028.31~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oracle-5.11",
"purl": "pkg:deb/ubuntu/linux-oracle-5.11@5.11.0-1028.31~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1008.8~20.04.1",
"5.11.0-1013.14~20.04.1",
"5.11.0-1016.17~20.04.1",
"5.11.0-1017.18~20.04.1",
"5.11.0-1019.20~20.04.1",
"5.11.0-1020.21~20.04.1",
"5.11.0-1021.22~20.04.1",
"5.11.0-1022.23~20.04.1",
"5.11.0-1023.24~20.04.1",
"5.11.0-1025.27~20.04.1",
"5.11.0-1027.30~20.04.1",
"5.11.0-1028.31~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-headers-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-modules-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-oracle-5.13-headers-5.13.0-1036",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-oracle-5.13-tools-5.13.0-1036",
"binary_version": "5.13.0-1036.43~20.04.1"
},
{
"binary_name": "linux-tools-5.13.0-1036-oracle",
"binary_version": "5.13.0-1036.43~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oracle-5.13",
"purl": "pkg:deb/ubuntu/linux-oracle-5.13@5.13.0-1036.43~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1011.13~20.04.2",
"5.13.0-1015.19~20.04.1",
"5.13.0-1016.20~20.04.1",
"5.13.0-1018.22~20.04.1",
"5.13.0-1021.26~20.04.1",
"5.13.0-1025.30~20.04.1",
"5.13.0-1027.32~20.04.1",
"5.13.0-1028.33~20.04.1",
"5.13.0-1030.35~20.04.1",
"5.13.0-1033.39~20.04.1",
"5.13.0-1034.40~20.04.1",
"5.13.0-1036.43~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-image-unsigned-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-oracle-5.8-headers-5.8.0-1038",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-oracle-5.8-tools-5.8.0-1038",
"binary_version": "5.8.0-1038.39~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-1038-oracle",
"binary_version": "5.8.0-1038.39~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-oracle-5.8",
"purl": "pkg:deb/ubuntu/linux-oracle-5.8@5.8.0-1038.39~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-1031.32~20.04.2",
"5.8.0-1033.34~20.04.1",
"5.8.0-1034.35~20.04.2",
"5.8.0-1037.38~20.04.1",
"5.8.0-1038.39~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-headers-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-image-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-modules-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-raspi2-headers-5.4.0-1006",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-raspi2-tools-5.4.0-1006",
"binary_version": "5.4.0-1006.6"
},
{
"binary_name": "linux-tools-5.4.0-1006-raspi2",
"binary_version": "5.4.0-1006.6"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-raspi2",
"purl": "pkg:deb/ubuntu/linux-raspi2@5.4.0-1006.6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.3.0-1007.8",
"5.3.0-1014.16",
"5.3.0-1015.17",
"5.3.0-1017.19",
"5.4.0-1004.4",
"5.4.0-1006.6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "crypto-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "fat-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "firewire-core-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "fs-core-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "fs-secondary-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "input-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "ipmi-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "kernel-image-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-buildinfo-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-headers-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-image-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-modules-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-modules-extra-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-riscv-headers-5.4.0-40",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-riscv-tools-5.4.0-40",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-tools-5.4.0-40-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "md-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "message-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "mouse-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "multipath-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nfs-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nic-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nic-shared-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "nic-usb-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "parport-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "pata-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "plip-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "ppp-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "sata-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "scsi-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "storage-core-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "usb-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "virtio-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
},
{
"binary_name": "vlan-modules-5.4.0-40-generic-di",
"binary_version": "5.4.0-40.45"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@5.4.0-40.45?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.4.0-24.28",
"5.4.0-26.30",
"5.4.0-27.31",
"5.4.0-28.32",
"5.4.0-30.34",
"5.4.0-31.35",
"5.4.0-33.37",
"5.4.0-34.38",
"5.4.0-36.41",
"5.4.0-37.42",
"5.4.0-39.44",
"5.4.0-40.45"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-headers-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-image-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-modules-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-modules-extra-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-riscv-5.11-headers-5.11.0-1031",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-riscv-5.11-tools-5.11.0-1031",
"binary_version": "5.11.0-1031.35"
},
{
"binary_name": "linux-tools-5.11.0-1031-generic",
"binary_version": "5.11.0-1031.35"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-riscv-5.11",
"purl": "pkg:deb/ubuntu/linux-riscv-5.11@5.11.0-1031.35?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.11.0-1015.16~20.04.1",
"5.11.0-1017.18~20.04.1",
"5.11.0-1018.19~20.04.2",
"5.11.0-1020.21~20.04.1",
"5.11.0-1021.22~20.04.1",
"5.11.0-1022.23~20.04.1",
"5.11.0-1023.24~20.04.1",
"5.11.0-1024.25~20.04.1",
"5.11.0-1026.28~20.04.1",
"5.11.0-1028.31~20.04.1",
"5.11.0-1029.32~20.04.1",
"5.11.0-1030.34",
"5.11.0-1031.35"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "block-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "crypto-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "fat-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "firewire-core-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "fs-core-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "fs-secondary-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "input-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "ipmi-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "kernel-image-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-buildinfo-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-headers-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-image-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-modules-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-modules-extra-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-riscv-5.8-headers-5.8.0-29",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-riscv-5.8-tools-5.8.0-29",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-tools-5.8.0-29-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "linux-udebs-generic",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "md-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "message-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "mouse-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "multipath-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "nfs-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "nic-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "nic-shared-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "nic-usb-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "parport-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "pata-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "plip-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "ppp-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "sata-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "scsi-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "storage-core-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "usb-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "virtio-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
},
{
"binary_name": "vlan-modules-5.8.0-29-generic-di",
"binary_version": "5.8.0-29.31~20.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "linux-riscv-5.8",
"purl": "pkg:deb/ubuntu/linux-riscv-5.8@5.8.0-29.31~20.04.1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.8.0-14.16~20.04.1",
"5.8.0-14.16~20.04.3",
"5.8.0-16.18~20.04.1",
"5.8.0-17.19~20.04.1",
"5.8.0-18.20~20.04.1",
"5.8.0-20.22~20.04.1",
"5.8.0-22.24~20.04.1",
"5.8.0-25.27~20.04.1",
"5.8.0-26.28~20.04.1",
"5.8.0-29.31~20.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-allwinner-5.19-headers-5.19.0-1015",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-allwinner-5.19-tools-5.19.0-1015",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-buildinfo-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-image-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1015-allwinner",
"binary_version": "5.19.0-1015.15~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-allwinner-5.19",
"purl": "pkg:deb/ubuntu/linux-allwinner-5.19@5.19.0-1015.15~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1007.7~22.04.1",
"5.19.0-1009.9~22.04.1",
"5.19.0-1010.10~22.04.1",
"5.19.0-1011.11~22.04.1",
"5.19.0-1012.12~22.04.1",
"5.19.0-1013.13~22.04.1",
"5.19.0-1014.14~22.04.1",
"5.19.0-1015.15~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-5.19-cloud-tools-5.19.0-1029",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-aws-5.19-headers-5.19.0-1029",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-aws-5.19-tools-5.19.0-1029",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-buildinfo-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-cloud-tools-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1029-aws",
"binary_version": "5.19.0-1029.30~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-aws-5.19",
"purl": "pkg:deb/ubuntu/linux-aws-5.19@5.19.0-1029.30~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1019.20~22.04.1",
"5.19.0-1020.21~22.04.1",
"5.19.0-1022.23~22.04.1",
"5.19.0-1023.24~22.04.1",
"5.19.0-1024.25~22.04.1",
"5.19.0-1025.26~22.04.1",
"5.19.0-1026.27~22.04.1",
"5.19.0-1027.28~22.04.1",
"5.19.0-1028.29~22.04.1",
"5.19.0-1029.30~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-6.2-cloud-tools-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-aws-6.2-headers-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-aws-6.2-tools-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1018-aws",
"binary_version": "6.2.0-1018.18~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-aws-6.2",
"purl": "pkg:deb/ubuntu/linux-aws-6.2@6.2.0-1018.18~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1005.5~22.04.1",
"6.2.0-1006.6~22.04.1",
"6.2.0-1007.7~22.04.1",
"6.2.0-1008.8~22.04.1",
"6.2.0-1009.9~22.04.3",
"6.2.0-1010.10~22.04.1",
"6.2.0-1011.11~22.04.1",
"6.2.0-1012.12~22.04.1",
"6.2.0-1013.13~22.04.1",
"6.2.0-1014.14~22.04.1",
"6.2.0-1015.15~22.04.1",
"6.2.0-1016.16~22.04.1",
"6.2.0-1017.17~22.04.1",
"6.2.0-1018.18~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-6.5-cloud-tools-6.5.0-1024",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-aws-6.5-headers-6.5.0-1024",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-aws-6.5-tools-6.5.0-1024",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1024-aws",
"binary_version": "6.5.0-1024.24~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-aws-6.5",
"purl": "pkg:deb/ubuntu/linux-aws-6.5@6.5.0-1024.24~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1008.8~22.04.1",
"6.5.0-1010.10~22.04.1",
"6.5.0-1011.11~22.04.1",
"6.5.0-1012.12~22.04.1",
"6.5.0-1014.14~22.04.1",
"6.5.0-1015.15~22.04.1",
"6.5.0-1016.16~22.04.1",
"6.5.0-1017.17~22.04.2",
"6.5.0-1018.18~22.04.1",
"6.5.0-1020.20~22.04.1",
"6.5.0-1021.21~22.04.1",
"6.5.0-1022.22~22.04.1",
"6.5.0-1023.23~22.04.1",
"6.5.0-1024.24~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-6.8-cloud-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-aws-6.8-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-aws-6.8-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1060-aws",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1060-aws-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1060-aws",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1060-aws-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1060-aws",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1060-aws-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-aws",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-aws-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1060-aws",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1060-aws-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1060-aws",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1060-aws-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1060-aws",
"binary_version": "6.8.0-1060.63~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1060-aws-64k",
"binary_version": "6.8.0-1060.63~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-aws-6.8",
"purl": "pkg:deb/ubuntu/linux-aws-6.8@6.8.0-1060.63~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1009.9~22.04.2",
"6.8.0-1010.10~22.04.2",
"6.8.0-1011.12~22.04.1",
"6.8.0-1013.14~22.04.1",
"6.8.0-1014.15~22.04.1",
"6.8.0-1015.16~22.04.1",
"6.8.0-1016.17~22.04.2",
"6.8.0-1017.18~22.04.1",
"6.8.0-1018.19~22.04.1",
"6.8.0-1019.21~22.04.1",
"6.8.0-1020.22~22.04.1",
"6.8.0-1021.23~22.04.1",
"6.8.0-1023.25~22.04.1",
"6.8.0-1024.26~22.04.1",
"6.8.0-1027.29~22.04.1",
"6.8.0-1028.30~22.04.1",
"6.8.0-1029.31~22.04.1",
"6.8.0-1030.32~22.04.1",
"6.8.0-1031.33~22.04.1",
"6.8.0-1032.34~22.04.1",
"6.8.0-1033.35~22.04.1",
"6.8.0-1035.37~22.04.1",
"6.8.0-1036.38~22.04.1",
"6.8.0-1039.41~22.04.1",
"6.8.0-1040.42~22.04.1",
"6.8.0-1041.43~22.04.1",
"6.8.0-1042.44~22.04.1",
"6.8.0-1043.45~22.04.1",
"6.8.0-1044.46~22.04.1",
"6.8.0-1045.47~22.04.1",
"6.8.0-1046.49~22.04.1",
"6.8.0-1047.50~22.04.1",
"6.8.0-1050.53~22.04.1",
"6.8.0-1051.54~22.04.1",
"6.8.0-1052.55~22.04.1",
"6.8.0-1053.56~22.04.1",
"6.8.0-1055.58~22.04.1",
"6.8.0-1057.60~22.04.1",
"6.8.0-1060.63~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-5.15.0-1117",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-azure-headers-5.15.0-1117",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-azure-tools-5.15.0-1117",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-buildinfo-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-headers-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-modules-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-modules-extra-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-tools-5.15.0-1117-azure",
"binary_version": "5.15.0-1117.126"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@5.15.0-1117.126?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1006.7",
"5.15.0-1001.2",
"5.15.0-1002.3",
"5.15.0-1003.4",
"5.15.0-1005.6",
"5.15.0-1007.8",
"5.15.0-1008.9",
"5.15.0-1010.12",
"5.15.0-1012.15",
"5.15.0-1013.16",
"5.15.0-1014.17",
"5.15.0-1017.20",
"5.15.0-1019.24",
"5.15.0-1020.25",
"5.15.0-1021.26",
"5.15.0-1022.27",
"5.15.0-1023.29",
"5.15.0-1024.30",
"5.15.0-1029.36",
"5.15.0-1030.37",
"5.15.0-1031.38",
"5.15.0-1033.40",
"5.15.0-1034.41",
"5.15.0-1035.42",
"5.15.0-1036.43",
"5.15.0-1037.44",
"5.15.0-1038.45",
"5.15.0-1039.46",
"5.15.0-1040.47",
"5.15.0-1041.48",
"5.15.0-1042.49",
"5.15.0-1044.51",
"5.15.0-1045.52",
"5.15.0-1046.53",
"5.15.0-1047.54",
"5.15.0-1049.56",
"5.15.0-1050.57",
"5.15.0-1051.59",
"5.15.0-1052.60",
"5.15.0-1053.61",
"5.15.0-1054.62",
"5.15.0-1056.64",
"5.15.0-1057.65",
"5.15.0-1058.66",
"5.15.0-1059.67",
"5.15.0-1060.69",
"5.15.0-1061.70",
"5.15.0-1063.72",
"5.15.0-1064.73",
"5.15.0-1066.75",
"5.15.0-1067.76",
"5.15.0-1068.77",
"5.15.0-1070.79",
"5.15.0-1071.80",
"5.15.0-1072.81",
"5.15.0-1073.82",
"5.15.0-1074.83",
"5.15.0-1075.84",
"5.15.0-1078.87",
"5.15.0-1079.88",
"5.15.0-1081.90",
"5.15.0-1082.91",
"5.15.0-1084.93",
"5.15.0-1086.95",
"5.15.0-1087.96",
"5.15.0-1088.97",
"5.15.0-1089.98",
"5.15.0-1090.99",
"5.15.0-1091.100",
"5.15.0-1092.101",
"5.15.0-1094.103",
"5.15.0-1095.104",
"5.15.0-1096.105",
"5.15.0-1097.106",
"5.15.0-1098.107",
"5.15.0-1099.108",
"5.15.0-1101.110",
"5.15.0-1102.111",
"5.15.0-1103.112",
"5.15.0-1109.118",
"5.15.0-1110.119",
"5.15.0-1111.120",
"5.15.0-1114.123",
"5.15.0-1116.125",
"5.15.0-1117.126"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-5.19-cloud-tools-5.19.0-1027",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-azure-5.19-headers-5.19.0-1027",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-azure-5.19-tools-5.19.0-1027",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-buildinfo-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-cloud-tools-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-headers-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-modules-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-modules-extra-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
},
{
"binary_name": "linux-tools-5.19.0-1027-azure",
"binary_version": "5.19.0-1027.30~22.04.2"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-5.19",
"purl": "pkg:deb/ubuntu/linux-azure-5.19@5.19.0-1027.30~22.04.2?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1020.21~22.04.1",
"5.19.0-1021.22~22.04.1",
"5.19.0-1022.23~22.04.1",
"5.19.0-1023.24~22.04.1",
"5.19.0-1025.28~22.04.1",
"5.19.0-1026.29~22.04.1",
"5.19.0-1027.30~22.04.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-6.2-cloud-tools-6.2.0-1019",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-azure-6.2-headers-6.2.0-1019",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-azure-6.2-tools-6.2.0-1019",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1019-azure",
"binary_version": "6.2.0-1019.19~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-6.2",
"purl": "pkg:deb/ubuntu/linux-azure-6.2@6.2.0-1019.19~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1005.5~22.04.1",
"6.2.0-1006.6~22.04.1",
"6.2.0-1007.7~22.04.1",
"6.2.0-1008.8~22.04.1",
"6.2.0-1009.9~22.04.3",
"6.2.0-1011.11~22.04.1",
"6.2.0-1012.12~22.04.1",
"6.2.0-1014.14~22.04.1",
"6.2.0-1015.15~22.04.1",
"6.2.0-1016.16~22.04.1",
"6.2.0-1017.17~22.04.1",
"6.2.0-1018.18~22.04.1",
"6.2.0-1019.19~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-6.5-cloud-tools-6.5.0-1025",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-azure-6.5-headers-6.5.0-1025",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-azure-6.5-tools-6.5.0-1025",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1025-azure",
"binary_version": "6.5.0-1025.26~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-6.5",
"purl": "pkg:deb/ubuntu/linux-azure-6.5@6.5.0-1025.26~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1007.7~22.04.1",
"6.5.0-1009.9~22.04.1",
"6.5.0-1010.10~22.04.1",
"6.5.0-1011.11~22.04.1",
"6.5.0-1015.15~22.04.1",
"6.5.0-1016.16~22.04.1",
"6.5.0-1017.17~22.04.1",
"6.5.0-1018.19~22.04.2",
"6.5.0-1019.20~22.04.1",
"6.5.0-1021.22~22.04.1",
"6.5.0-1022.23~22.04.1",
"6.5.0-1023.24~22.04.1",
"6.5.0-1024.25~22.04.1",
"6.5.0-1025.26~22.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-azure-6.8-cloud-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-azure-6.8-headers-6.8.0-1063",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-azure-6.8-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-6.8",
"purl": "pkg:deb/ubuntu/linux-azure-6.8@6.8.0-1063.71~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1063.71~22.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.8~22.04.1",
"6.8.0-1009.9~22.04.1",
"6.8.0-1010.10~22.04.1",
"6.8.0-1012.14~22.04.1",
"6.8.0-1013.15~22.04.1",
"6.8.0-1014.16~22.04.1",
"6.8.0-1015.17~22.04.2",
"6.8.0-1017.20~22.04.1",
"6.8.0-1018.21~22.04.1",
"6.8.0-1020.23~22.04.1",
"6.8.0-1021.25~22.04.1",
"6.8.0-1025.30~22.04.1",
"6.8.0-1026.31~22.04.1",
"6.8.0-1027.32~22.04.1",
"6.8.0-1028.33~22.04.1",
"6.8.0-1029.34~22.04.1",
"6.8.0-1030.35~22.04.1",
"6.8.0-1031.36~22.04.1",
"6.8.0-1034.39~22.04.1",
"6.8.0-1036.42~22.04.1",
"6.8.0-1040.46~22.04.1",
"6.8.0-1041.47~22.04.1",
"6.8.0-1044.50~22.04.1",
"6.8.0-1051.57~22.04.1",
"6.8.0-1052.58~22.04.1",
"6.8.0-1059.65~22.04.1",
"6.8.0-1062.69~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-cloud-tools-5.15.0-1117",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-azure-fde-headers-5.15.0-1117",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-azure-fde-tools-5.15.0-1117",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-buildinfo-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-headers-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-modules-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-modules-extra-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126"
},
{
"binary_name": "linux-tools-5.15.0-1117-azure-fde",
"binary_version": "5.15.0-1117.126"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@5.15.0-1117.126?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1019.24.1",
"5.15.0-1024.30.1",
"5.15.0-1029.36.1",
"5.15.0-1030.37.1",
"5.15.0-1031.38.1",
"5.15.0-1033.40.1",
"5.15.0-1034.41.1",
"5.15.0-1035.42.1",
"5.15.0-1036.43.1",
"5.15.0-1037.44.1",
"5.15.0-1038.45.1",
"5.15.0-1039.46.1",
"5.15.0-1041.48.1",
"5.15.0-1042.49.1",
"5.15.0-1044.51.1",
"5.15.0-1045.52.1",
"5.15.0-1046.53.1",
"5.15.0-1047.54.1",
"5.15.0-1049.56.1",
"5.15.0-1050.57.1",
"5.15.0-1051.59.1",
"5.15.0-1052.60.1",
"5.15.0-1053.61.1",
"5.15.0-1054.62.1",
"5.15.0-1056.64.1",
"5.15.0-1057.65.1",
"5.15.0-1058.66.1",
"5.15.0-1059.67.1",
"5.15.0-1060.69.1",
"5.15.0-1061.70.1",
"5.15.0-1063.72.1",
"5.15.0-1064.73.1",
"5.15.0-1065.74.1",
"5.15.0-1067.76.1",
"5.15.0-1068.77.1",
"5.15.0-1070.79.1",
"5.15.0-1071.80.1",
"5.15.0-1072.81.1",
"5.15.0-1073.82.1",
"5.15.0-1076.85.1",
"5.15.0-1078.87.1",
"5.15.0-1081.90.1",
"5.15.0-1082.91.1",
"5.15.0-1084.93.1",
"5.15.0-1086.95.1",
"5.15.0-1087.96.1",
"5.15.0-1088.97.1",
"5.15.0-1089.98.1",
"5.15.0-1090.99.1",
"5.15.0-1091.100.1",
"5.15.0-1092.101.1",
"5.15.0-1094.103.1",
"5.15.0-1095.104.1",
"5.15.0-1096.105.1",
"5.15.0-1097.106.1",
"5.15.0-1098.107.1",
"5.15.0-1102.111.1",
"5.15.0-1109.118.1",
"5.15.0-1110.119.1",
"5.15.0-1111.120.1",
"5.15.0-1114.123",
"5.15.0-1116.125",
"5.15.0-1117.126"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-image-unsigned-5.19.0-1027-azure-fde",
"binary_version": "5.19.0-1027.30~22.04.2.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-fde-5.19",
"purl": "pkg:deb/ubuntu/linux-azure-fde-5.19@5.19.0-1027.30~22.04.2.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1025.28~22.04.1.1",
"5.19.0-1026.29~22.04.1.1",
"5.19.0-1027.30~22.04.2.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-image-unsigned-6.2.0-1019-azure-fde",
"binary_version": "6.2.0-1019.19~22.04.1.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-fde-6.2",
"purl": "pkg:deb/ubuntu/linux-azure-fde-6.2@6.2.0-1019.19~22.04.1.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1008.8~22.04.1.1",
"6.2.0-1009.9~22.04.3.1",
"6.2.0-1011.11~22.04.1.1",
"6.2.0-1012.12~22.04.1.1",
"6.2.0-1014.14~22.04.1.1",
"6.2.0-1015.15~22.04.1.1",
"6.2.0-1016.16~22.04.1.1",
"6.2.0-1017.17~22.04.1.1",
"6.2.0-1018.18~22.04.1.1",
"6.2.0-1019.19~22.04.1.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-azure-fde-6.8-cloud-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-azure-fde-6.8-headers-6.8.0-1062",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-azure-fde-6.8-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-azure-fde-6.8",
"purl": "pkg:deb/ubuntu/linux-azure-fde-6.8@6.8.0-1062.69~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1062.69~22.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1041.48~22.04.1",
"6.8.0-1042.49~22.04.1",
"6.8.0-1044.51~22.04.1",
"6.8.0-1046.53~22.04.1",
"6.8.0-1053.60~22.04.1",
"6.8.0-1058.65~22.04.1",
"6.8.0-1061.68~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-gcp-5.19-headers-5.19.0-1030",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-gcp-5.19-tools-5.19.0-1030",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1030-gcp",
"binary_version": "5.19.0-1030.32~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gcp-5.19",
"purl": "pkg:deb/ubuntu/linux-gcp-5.19@5.19.0-1030.32~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1020.22~22.04.2",
"5.19.0-1021.23~22.04.1",
"5.19.0-1022.24~22.04.1",
"5.19.0-1024.26~22.04.1",
"5.19.0-1025.27~22.04.1",
"5.19.0-1026.28~22.04.1",
"5.19.0-1027.29~22.04.1",
"5.19.0-1030.32~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-gcp-6.2-headers-6.2.0-1021",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-gcp-6.2-tools-6.2.0-1021",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1021-gcp",
"binary_version": "6.2.0-1021.23~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gcp-6.2",
"purl": "pkg:deb/ubuntu/linux-gcp-6.2@6.2.0-1021.23~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1009.9~22.04.3",
"6.2.0-1010.10~22.04.1",
"6.2.0-1011.11~22.04.1",
"6.2.0-1011.11~22.04.3",
"6.2.0-1012.12~22.04.1",
"6.2.0-1013.13~22.04.1",
"6.2.0-1014.14~22.04.1",
"6.2.0-1016.18~22.04.1",
"6.2.0-1017.19~22.04.1",
"6.2.0-1018.20~22.04.1",
"6.2.0-1019.21~22.04.1",
"6.2.0-1021.23~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-gcp-6.5-headers-6.5.0-1025",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-gcp-6.5-tools-6.5.0-1025",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1025-gcp",
"binary_version": "6.5.0-1025.27~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gcp-6.5",
"purl": "pkg:deb/ubuntu/linux-gcp-6.5@6.5.0-1025.27~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1010.10~22.04.3",
"6.5.0-1011.11~22.04.1",
"6.5.0-1013.13~22.04.1",
"6.5.0-1014.14~22.04.1",
"6.5.0-1015.15~22.04.1",
"6.5.0-1016.16~22.04.1",
"6.5.0-1017.17~22.04.1",
"6.5.0-1018.18~22.04.1",
"6.5.0-1020.20~22.04.1",
"6.5.0-1022.24~22.04.1",
"6.5.0-1023.25~22.04.1",
"6.5.0-1024.26~22.04.1",
"6.5.0-1025.27~22.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-gcp-6.8-headers-6.8.0-1064",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-gcp-6.8-tools-6.8.0-1064",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-gcp-6.8",
"purl": "pkg:deb/ubuntu/linux-gcp-6.8@6.8.0-1064.72~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1064.72~22.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1010.11~22.04.1",
"6.8.0-1011.12~22.04.1",
"6.8.0-1012.13~22.04.1",
"6.8.0-1013.14~22.04.1",
"6.8.0-1014.16~22.04.1",
"6.8.0-1015.17~22.04.1",
"6.8.0-1016.18~22.04.1",
"6.8.0-1017.19~22.04.1",
"6.8.0-1018.20~22.04.1",
"6.8.0-1019.21~22.04.1",
"6.8.0-1020.22~22.04.1",
"6.8.0-1021.23~22.04.1",
"6.8.0-1024.26~22.04.1",
"6.8.0-1025.27~22.04.1",
"6.8.0-1026.28~22.04.1",
"6.8.0-1027.29~22.04.1",
"6.8.0-1028.30~22.04.1",
"6.8.0-1029.31~22.04.1",
"6.8.0-1030.32~22.04.1",
"6.8.0-1031.33~22.04.1",
"6.8.0-1032.34~22.04.1",
"6.8.0-1033.35~22.04.1",
"6.8.0-1034.36~22.04.2",
"6.8.0-1036.38~22.04.1",
"6.8.0-1037.39~22.04.1",
"6.8.0-1040.42~22.04.1",
"6.8.0-1041.43~22.04.1",
"6.8.0-1042.45~22.04.1",
"6.8.0-1043.46~22.04.1",
"6.8.0-1044.47~22.04.1",
"6.8.0-1045.48~22.04.1",
"6.8.0-1046.49~22.04.1",
"6.8.0-1047.50~22.04.2",
"6.8.0-1048.51~22.04.1",
"6.8.0-1052.55~22.04.1",
"6.8.0-1053.56~22.04.1",
"6.8.0-1054.57~22.04.1",
"6.8.0-1058.61~22.04.1",
"6.8.0-1060.63~22.04.1",
"6.8.0-1063.69~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-buildinfo-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-buildinfo-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-cloud-tools-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-headers-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-headers-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-headers-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-cloud-tools-5.19.0-50",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-cloud-tools-common",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-headers-5.19.0-50",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-tools-5.19.0-50",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-tools-common",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-hwe-5.19-tools-host",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-image-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-image-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-image-unsigned-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-image-unsigned-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-extra-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-ipu6-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-ivsc-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-modules-iwlwifi-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-source-5.19.0",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-tools-5.19.0-50-generic",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-tools-5.19.0-50-generic-64k",
"binary_version": "5.19.0-50.50"
},
{
"binary_name": "linux-tools-5.19.0-50-generic-lpae",
"binary_version": "5.19.0-50.50"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-hwe-5.19",
"purl": "pkg:deb/ubuntu/linux-hwe-5.19@5.19.0-50.50?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-28.29~22.04.1",
"5.19.0-32.33~22.04.1",
"5.19.0-35.36~22.04.1",
"5.19.0-38.39~22.04.1",
"5.19.0-40.41~22.04.1",
"5.19.0-41.42~22.04.1",
"5.19.0-42.43~22.04.1",
"5.19.0-43.44~22.04.1",
"5.19.0-45.46~22.04.1",
"5.19.0-46.47~22.04.1",
"5.19.0-50.50"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-cloud-tools-6.2.0-39",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-cloud-tools-common",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-headers-6.2.0-39",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-tools-6.2.0-39",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-tools-common",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-hwe-6.2-tools-host",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-image-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-image-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-ivsc-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-source-6.2.0",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-39-generic",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-39-generic-64k",
"binary_version": "6.2.0-39.40~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-39-generic-lpae",
"binary_version": "6.2.0-39.40~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-hwe-6.2",
"purl": "pkg:deb/ubuntu/linux-hwe-6.2@6.2.0-39.40~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-25.25~22.04.2",
"6.2.0-26.26~22.04.1",
"6.2.0-31.31~22.04.1",
"6.2.0-32.32~22.04.1",
"6.2.0-33.33~22.04.1",
"6.2.0-34.34~22.04.1",
"6.2.0-35.35~22.04.1",
"6.2.0-36.37~22.04.1",
"6.2.0-37.38~22.04.1",
"6.2.0-39.40~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-cloud-tools-6.5.0-45",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-cloud-tools-common",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-headers-6.5.0-45",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-tools-6.5.0-45",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-tools-common",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-hwe-6.5-tools-host",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-image-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-ivsc-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-source-6.5.0",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-generic",
"binary_version": "6.5.0-45.45~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-generic-64k",
"binary_version": "6.5.0-45.45~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-hwe-6.5",
"purl": "pkg:deb/ubuntu/linux-hwe-6.5@6.5.0-45.45~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-14.14~22.04.1",
"6.5.0-15.15~22.04.1",
"6.5.0-17.17~22.04.1",
"6.5.0-18.18~22.04.1",
"6.5.0-21.21~22.04.1",
"6.5.0-25.25~22.04.1",
"6.5.0-26.26~22.04.1",
"6.5.0-27.28~22.04.1",
"6.5.0-28.29~22.04.1",
"6.5.0-35.35~22.04.1",
"6.5.0-41.41~22.04.2",
"6.5.0-44.44~22.04.1",
"6.5.0-45.45~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-hwe-6.8-cloud-tools-6.8.0-136",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-hwe-6.8-headers-6.8.0-136",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-hwe-6.8-tools-6.8.0-136",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-image-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-modules-usbio-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-136-generic",
"binary_version": "6.8.0-136.136~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-hwe-6.8",
"purl": "pkg:deb/ubuntu/linux-hwe-6.8@6.8.0-136.136~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-38.38~22.04.1",
"6.8.0-39.39~22.04.1",
"6.8.0-40.40~22.04.3",
"6.8.0-45.45~22.04.1",
"6.8.0-47.47~22.04.1",
"6.8.0-48.48~22.04.1",
"6.8.0-49.49~22.04.1",
"6.8.0-50.51~22.04.1",
"6.8.0-51.52~22.04.1",
"6.8.0-52.53~22.04.1",
"6.8.0-57.59~22.04.1",
"6.8.0-58.60~22.04.1",
"6.8.0-59.61~22.04.1",
"6.8.0-60.63~22.04.1",
"6.8.0-64.67~22.04.1",
"6.8.0-65.68~22.04.1",
"6.8.0-78.78~22.04.1",
"6.8.0-79.79~22.04.1",
"6.8.0-83.83~22.04.1",
"6.8.0-84.84~22.04.1",
"6.8.0-85.85~22.04.1",
"6.8.0-86.87~22.04.1",
"6.8.0-87.88~22.04.1",
"6.8.0-88.89~22.04.2",
"6.8.0-90.91~22.04.1",
"6.8.0-94.96~22.04.1",
"6.8.0-100.100~22.04.1",
"6.8.0-101.101~22.04.1",
"6.8.0-106.106~22.04.1",
"6.8.0-107.107~22.04.1",
"6.8.0-110.110~22.04.1",
"6.8.0-111.111~22.04.1",
"6.8.0-117.117~22.04.1",
"6.8.0-124.124~22.04.1",
"6.8.0-134.134~22.04.1",
"6.8.0-136.136~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61~22.04.1"
},
{
"binary_name": "linux-ibm-6.8-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.61~22.04.1"
},
{
"binary_name": "linux-ibm-6.8-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.61~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-ibm-6.8",
"purl": "pkg:deb/ubuntu/linux-ibm-6.8@6.8.0-1060.61~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.8~22.04.1",
"6.8.0-1010.10~22.04.1",
"6.8.0-1011.11~22.04.1",
"6.8.0-1012.12~22.04.1",
"6.8.0-1013.13~22.04.1",
"6.8.0-1014.14~22.04.1",
"6.8.0-1015.15~22.04.1",
"6.8.0-1016.16~22.04.1",
"6.8.0-1017.17~22.04.1",
"6.8.0-1018.18~22.04.1",
"6.8.0-1019.19~22.04.1",
"6.8.0-1023.23~22.04.1",
"6.8.0-1024.24~22.04.1",
"6.8.0-1025.25~22.04.1",
"6.8.0-1026.26~22.04.1",
"6.8.0-1027.27~22.04.1",
"6.8.0-1028.28~22.04.1",
"6.8.0-1029.29~22.04.1",
"6.8.0-1030.30~22.04.1",
"6.8.0-1033.33~22.04.1",
"6.8.0-1036.36~22.04.1",
"6.8.0-1037.37~22.04.1",
"6.8.0-1038.38~22.04.1",
"6.8.0-1039.39~22.04.1",
"6.8.0-1040.40~22.04.1",
"6.8.0-1041.41~22.04.1",
"6.8.0-1042.42~22.04.1",
"6.8.0-1043.43~22.04.1",
"6.8.0-1044.44~22.04.1",
"6.8.0-1045.45~22.04.1",
"6.8.0-1049.49~22.04.1",
"6.8.0-1050.50~22.04.1",
"6.8.0-1051.51~22.04.1",
"6.8.0-1052.52~22.04.1",
"6.8.0-1055.56~22.04.1",
"6.8.0-1057.58~22.04.1",
"6.8.0-1060.61~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-headers-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-cloud-tools-5.15.0-1073",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-cloud-tools-common",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-headers-5.15.0-1073",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-tools-5.15.0-1073",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-tools-common",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-intel-iot-realtime-tools-host",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-modules-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-modules-extra-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
},
{
"binary_name": "linux-tools-5.15.0-1073-intel-iot-realtime",
"binary_version": "5.15.0-1073.75"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-intel-iot-realtime",
"purl": "pkg:deb/ubuntu/linux-intel-iot-realtime@5.15.0-1073.75?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1073.75"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-buildinfo-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-cloud-tools-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-headers-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-headers-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-image-unsigned-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-cloud-tools-5.19.0-1030",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-cloud-tools-common",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-headers-5.19.0-1030",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-tools-5.19.0-1030",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-tools-common",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-lowlatency-hwe-5.19-tools-host",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-ipu6-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-ivsc-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-modules-iwlwifi-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-tools-5.19.0-1030-lowlatency",
"binary_version": "5.19.0-1030.30"
},
{
"binary_name": "linux-tools-5.19.0-1030-lowlatency-64k",
"binary_version": "5.19.0-1030.30"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-lowlatency-hwe-5.19",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-5.19@5.19.0-1030.30?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1017.18~22.04.1",
"5.19.0-1018.19~22.04.1",
"5.19.0-1021.22~22.04.1",
"5.19.0-1022.23~22.04.1",
"5.19.0-1023.24~22.04.1",
"5.19.0-1024.25~22.04.1",
"5.19.0-1025.26~22.04.1",
"5.19.0-1027.28~22.04.1",
"5.19.0-1028.29~22.04.1",
"5.19.0-1030.30"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-cloud-tools-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-cloud-tools-common",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-headers-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-tools-6.2.0-1018",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-tools-common",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.2-tools-host",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-ivsc-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1018-lowlatency",
"binary_version": "6.2.0-1018.18~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1018-lowlatency-64k",
"binary_version": "6.2.0-1018.18~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-lowlatency-hwe-6.2",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-6.2@6.2.0-1018.18~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1008.8~22.04.1",
"6.2.0-1009.9~22.04.1",
"6.2.0-1011.11~22.04.1",
"6.2.0-1012.12~22.04.1",
"6.2.0-1013.13~22.04.1",
"6.2.0-1014.14~22.04.1",
"6.2.0-1015.15~22.04.1",
"6.2.0-1016.16~22.04.1",
"6.2.0-1017.17~22.04.1",
"6.2.0-1018.18~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-cloud-tools-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-cloud-tools-common",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-headers-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-lib-rust-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-tools-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-tools-common",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.5-tools-host",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-lowlatency",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-lowlatency-64k",
"binary_version": "6.5.0-45.45.1~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-lowlatency-hwe-6.5",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-6.5@6.5.0-45.45.1~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-14.14.1~22.04.1",
"6.5.0-15.15.1.1~22.04.1",
"6.5.0-17.17.1.1.1~22.04.1",
"6.5.0-21.21.1~22.04.1",
"6.5.0-25.25.1~22.04.1",
"6.5.0-26.26.1~22.04.1",
"6.5.0-27.28.1~22.04.1",
"6.5.0-28.29.1~22.04.1",
"6.5.0-35.35.1~22.04.1",
"6.5.0-41.41.1~22.04.1",
"6.5.0-42.42.1~22.04.1",
"6.5.0-44.44.1~22.04.1",
"6.5.0-45.45.1~22.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.8-cloud-tools-6.8.0-136",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.8-headers-6.8.0-136",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.8-lib-rust-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.8-tools-6.8.0-136",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-lowlatency-hwe-6.8",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-6.8@6.8.0-136.136.2~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-136.136.2~22.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-38.38.1~22.04.2",
"6.8.0-40.40.1~22.04.1",
"6.8.0-44.44.1~22.04.1",
"6.8.0-45.45.1~22.04.1",
"6.8.0-47.47.1~22.04.1",
"6.8.0-48.48.3~22.04.1",
"6.8.0-49.49.1~22.04.1",
"6.8.0-50.51.1~22.04.1",
"6.8.0-51.52.1~22.04.1",
"6.8.0-52.53.1~22.04.1",
"6.8.0-54.56.1~22.04.1",
"6.8.0-55.57.1~22.04.1",
"6.8.0-56.58.1~22.04.1",
"6.8.0-57.59.1~22.04.1",
"6.8.0-58.60.1~22.04.1",
"6.8.0-59.61.1~22.04.1",
"6.8.0-60.63.1~22.04.1",
"6.8.0-62.65.1~22.04.1",
"6.8.0-63.66.1~22.04.1",
"6.8.0-64.67.1~22.04.1",
"6.8.0-65.68.1~22.04.1",
"6.8.0-78.78.1~22.04.1",
"6.8.0-79.79.1~22.04.1",
"6.8.0-83.83.1~22.04.1",
"6.8.0-84.84.1~22.04.1",
"6.8.0-85.85.1~22.04.1",
"6.8.0-86.87.1~22.04.1",
"6.8.0-87.88.1~22.04.1",
"6.8.0-88.89.1~22.04.1",
"6.8.0-90.91.1~22.04.1",
"6.8.0-94.96.1~22.04.1",
"6.8.0-100.100.1~22.04.1",
"6.8.0-101.101.1~22.04.1",
"6.8.0-106.106.1~22.04.1",
"6.8.0-107.107.1~22.04.1",
"6.8.0-110.110.1~22.04.1",
"6.8.0-111.111.1~22.04.1",
"6.8.0-117.117.1~22.04.1",
"6.8.0-134.134.1~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-buildinfo-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-headers-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-headers-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-image-unsigned-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-extra-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-nvidia-fs-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-modules-nvidia-fs-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-nvidia-6.2-headers-6.2.0-1015",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-nvidia-6.2-tools-6.2.0-1015",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-nvidia-6.2-tools-host",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-tools-6.2.0-1015-nvidia",
"binary_version": "6.2.0-1015.15"
},
{
"binary_name": "linux-tools-6.2.0-1015-nvidia-64k",
"binary_version": "6.2.0-1015.15"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-nvidia-6.2",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.2@6.2.0-1015.15?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1003.3~22.04.1",
"6.2.0-1009.9",
"6.2.0-1010.10",
"6.2.0-1011.11",
"6.2.0-1012.12",
"6.2.0-1013.13",
"6.2.0-1015.15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-buildinfo-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-headers-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-headers-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-extra-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-nvidia-fs-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-modules-nvidia-fs-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-nvidia-6.5-headers-6.5.0-1024",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-nvidia-6.5-tools-6.5.0-1024",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-nvidia-6.5-tools-host",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-tools-6.5.0-1024-nvidia",
"binary_version": "6.5.0-1024.25"
},
{
"binary_name": "linux-tools-6.5.0-1024-nvidia-64k",
"binary_version": "6.5.0-1024.25"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-nvidia-6.5",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.5@6.5.0-1024.25?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1004.4",
"6.5.0-1007.7",
"6.5.0-1013.13",
"6.5.0-1014.14",
"6.5.0-1015.15",
"6.5.0-1018.18",
"6.5.0-1019.19",
"6.5.0-1021.22",
"6.5.0-1022.23",
"6.5.0-1023.24",
"6.5.0-1024.25"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-nvidia-6.8-headers-6.8.0-1059",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-nvidia-6.8-tools-6.8.0-1059",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-nvidia-6.8",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.8@6.8.0-1059.62~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1059.62~22.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.8~22.04.1",
"6.8.0-1009.9~22.04.1",
"6.8.0-1010.10~22.04.1",
"6.8.0-1011.11~22.04.1",
"6.8.0-1012.12~22.04.1",
"6.8.0-1013.14~22.04.1",
"6.8.0-1014.15~22.04.1",
"6.8.0-1015.16~22.04.1",
"6.8.0-1017.19~22.04.1",
"6.8.0-1018.20~22.04.1",
"6.8.0-1019.21~22.04.1",
"6.8.0-1020.22~22.04.1",
"6.8.0-1021.23~22.04.1",
"6.8.0-1022.25~22.04.2",
"6.8.0-1023.26~22.04.1",
"6.8.0-1024.27~22.04.1",
"6.8.0-1025.28~22.04.1",
"6.8.0-1026.29~22.04.1",
"6.8.0-1027.30~22.04.1",
"6.8.0-1028.31~22.04.1",
"6.8.0-1029.32~22.04.1",
"6.8.0-1030.33~22.04.1",
"6.8.0-1031.34~22.04.1",
"6.8.0-1032.35~22.04.1",
"6.8.0-1035.38~22.04.1",
"6.8.0-1036.39~22.04.1",
"6.8.0-1038.41~22.04.1",
"6.8.0-1039.42~22.04.1",
"6.8.0-1040.43~22.04.1",
"6.8.0-1041.44~22.04.2",
"6.8.0-1042.45~22.04.1",
"6.8.0-1043.46~22.04.1",
"6.8.0-1044.47~22.04.1",
"6.8.0-1045.48~22.04.1",
"6.8.0-1046.49~22.04.1",
"6.8.0-1047.50~22.04.1",
"6.8.0-1049.52~22.04.1",
"6.8.0-1050.53~22.04.1",
"6.8.0-1051.54~22.04.1",
"6.8.0-1052.55~22.04.1",
"6.8.0-1054.57~22.04.1",
"6.8.0-1055.58~22.04.1",
"6.8.0-1058.61~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-headers-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-image-unsigned-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-modules-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-modules-ipu6-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-modules-ivsc-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-modules-iwlwifi-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-oem-5.17-headers-5.17.0-1035",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-oem-5.17-tools-5.17.0-1035",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-oem-5.17-tools-host",
"binary_version": "5.17.0-1035.36"
},
{
"binary_name": "linux-tools-5.17.0-1035-oem",
"binary_version": "5.17.0-1035.36"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oem-5.17",
"purl": "pkg:deb/ubuntu/linux-oem-5.17@5.17.0-1035.36?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.17.0-1003.3",
"5.17.0-1004.4",
"5.17.0-1006.6",
"5.17.0-1011.12",
"5.17.0-1012.13",
"5.17.0-1013.14",
"5.17.0-1014.15",
"5.17.0-1015.16",
"5.17.0-1016.17",
"5.17.0-1017.18",
"5.17.0-1018.19",
"5.17.0-1019.20",
"5.17.0-1020.21",
"5.17.0-1021.22",
"5.17.0-1024.25",
"5.17.0-1025.26",
"5.17.0-1026.27",
"5.17.0-1027.28",
"5.17.0-1028.29",
"5.17.0-1029.30",
"5.17.0-1030.31",
"5.17.0-1031.32",
"5.17.0-1032.33",
"5.17.0-1033.34",
"5.17.0-1034.35",
"5.17.0-1035.36"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-headers-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-image-unsigned-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-modules-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-modules-ipu6-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-modules-ivsc-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-modules-iwlwifi-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-oem-6.0-headers-6.0.0-1021",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-oem-6.0-tools-6.0.0-1021",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-oem-6.0-tools-host",
"binary_version": "6.0.0-1021.21"
},
{
"binary_name": "linux-tools-6.0.0-1021-oem",
"binary_version": "6.0.0-1021.21"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oem-6.0",
"purl": "pkg:deb/ubuntu/linux-oem-6.0@6.0.0-1021.21?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.0.0-1006.6",
"6.0.0-1007.7",
"6.0.0-1008.8",
"6.0.0-1009.9",
"6.0.0-1010.10",
"6.0.0-1011.11",
"6.0.0-1012.12",
"6.0.0-1013.13",
"6.0.0-1014.14",
"6.0.0-1015.15",
"6.0.0-1016.16",
"6.0.0-1017.17",
"6.0.0-1018.18",
"6.0.0-1019.19",
"6.0.0-1020.20",
"6.0.0-1021.21"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-headers-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-image-unsigned-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-modules-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-modules-ipu6-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-modules-ivsc-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-modules-iwlwifi-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-oem-6.1-headers-6.1.0-1036",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-oem-6.1-tools-6.1.0-1036",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-oem-6.1-tools-host",
"binary_version": "6.1.0-1036.36"
},
{
"binary_name": "linux-tools-6.1.0-1036-oem",
"binary_version": "6.1.0-1036.36"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oem-6.1",
"purl": "pkg:deb/ubuntu/linux-oem-6.1@6.1.0-1036.36?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.1.0-1004.4",
"6.1.0-1006.6",
"6.1.0-1007.7",
"6.1.0-1008.8",
"6.1.0-1009.9",
"6.1.0-1010.10",
"6.1.0-1012.12",
"6.1.0-1013.13",
"6.1.0-1014.14",
"6.1.0-1015.15",
"6.1.0-1016.16",
"6.1.0-1017.17",
"6.1.0-1019.19",
"6.1.0-1020.20",
"6.1.0-1021.21",
"6.1.0-1022.22",
"6.1.0-1023.23",
"6.1.0-1024.24",
"6.1.0-1025.25",
"6.1.0-1026.26",
"6.1.0-1027.27",
"6.1.0-1028.28",
"6.1.0-1029.29",
"6.1.0-1033.33",
"6.1.0-1034.34",
"6.1.0-1035.35",
"6.1.0-1036.36"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-headers-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-ipu6-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-ivsc-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-iwlwifi-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-modules-usbio-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-oem-6.5-headers-6.5.0-1027",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-oem-6.5-lib-rust-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-oem-6.5-tools-6.5.0-1027",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-oem-6.5-tools-host",
"binary_version": "6.5.0-1027.28"
},
{
"binary_name": "linux-tools-6.5.0-1027-oem",
"binary_version": "6.5.0-1027.28"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oem-6.5",
"purl": "pkg:deb/ubuntu/linux-oem-6.5@6.5.0-1027.28?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1003.3",
"6.5.0-1004.4",
"6.5.0-1006.6",
"6.5.0-1007.7",
"6.5.0-1008.8",
"6.5.0-1009.10",
"6.5.0-1011.12",
"6.5.0-1013.14",
"6.5.0-1014.15",
"6.5.0-1015.16",
"6.5.0-1016.17",
"6.5.0-1018.19",
"6.5.0-1019.20",
"6.5.0-1020.21",
"6.5.0-1022.23",
"6.5.0-1023.24",
"6.5.0-1024.25",
"6.5.0-1025.26",
"6.5.0-1027.28"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-oracle-6.5-headers-6.5.0-1027",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-oracle-6.5-tools-6.5.0-1027",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1027-oracle",
"binary_version": "6.5.0-1027.27~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1027-oracle-64k",
"binary_version": "6.5.0-1027.27~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oracle-6.5",
"purl": "pkg:deb/ubuntu/linux-oracle-6.5@6.5.0-1027.27~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1013.13~22.04.4",
"6.5.0-1014.14~22.04.1",
"6.5.0-1015.15~22.04.1",
"6.5.0-1016.16~22.04.1",
"6.5.0-1018.18~22.04.1",
"6.5.0-1019.19~22.04.1",
"6.5.0-1020.20~22.04.1",
"6.5.0-1021.21~22.04.1",
"6.5.0-1023.23~22.04.1",
"6.5.0-1024.24~22.04.1",
"6.5.0-1025.25~22.04.1",
"6.5.0-1026.26~22.04.1",
"6.5.0-1027.27~22.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-oracle-6.8-headers-6.8.0-1058",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-oracle-6.8-tools-6.8.0-1058",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-oracle-6.8",
"purl": "pkg:deb/ubuntu/linux-oracle-6.8@6.8.0-1058.61~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1058.61~22.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1006.6~22.04.3",
"6.8.0-1008.8~22.04.1",
"6.8.0-1010.10~22.04.1",
"6.8.0-1011.11~22.04.1",
"6.8.0-1012.12~22.04.1",
"6.8.0-1013.13~22.04.1",
"6.8.0-1014.14~22.04.1",
"6.8.0-1015.15~22.04.1",
"6.8.0-1016.17~22.04.1",
"6.8.0-1017.18~22.04.1",
"6.8.0-1018.19~22.04.1",
"6.8.0-1019.20~22.04.1",
"6.8.0-1020.21~22.04.1",
"6.8.0-1021.22~22.04.1",
"6.8.0-1022.23~22.04.1",
"6.8.0-1023.24~22.04.1",
"6.8.0-1024.25~22.04.1",
"6.8.0-1025.26~22.04.1",
"6.8.0-1026.27~22.04.1",
"6.8.0-1027.28~22.04.1",
"6.8.0-1028.29~22.04.1",
"6.8.0-1029.30~22.04.1",
"6.8.0-1030.31~22.04.1",
"6.8.0-1032.33~22.04.1",
"6.8.0-1033.34~22.04.1",
"6.8.0-1035.36~22.04.1",
"6.8.0-1037.38~22.04.1",
"6.8.0-1038.39~22.04.1",
"6.8.0-1039.40~22.04.1",
"6.8.0-1040.41~22.04.1",
"6.8.0-1041.42~22.04.1",
"6.8.0-1042.43~22.04.1",
"6.8.0-1043.44~22.04.1",
"6.8.0-1044.45~22.04.1",
"6.8.0-1047.48~22.04.1",
"6.8.0-1049.50~22.04.1",
"6.8.0-1050.51~22.04.1",
"6.8.0-1052.53~22.04.1",
"6.8.0-1054.55~22.04.1",
"6.8.0-1057.58~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-headers-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-modules-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-modules-extra-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-cloud-tools-5.15.0-1032",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-cloud-tools-common",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-headers-5.15.0-1032",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-tools-5.15.0-1032",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-tools-common",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-realtime-tools-host",
"binary_version": "5.15.0-1032.35"
},
{
"binary_name": "linux-tools-5.15.0-1032-realtime",
"binary_version": "5.15.0-1032.35"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@5.15.0-1032.35?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1032.35"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-headers-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-image-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-modules-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-modules-extra-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-riscv-headers-5.15.0-1028",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-riscv-tools-5.15.0-1028",
"binary_version": "5.15.0-1028.32"
},
{
"binary_name": "linux-tools-5.15.0-1028-generic",
"binary_version": "5.15.0-1028.32"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@5.15.0-1028.32?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.13.0-1004.4",
"5.13.0-1006.6+22.04.1",
"5.13.0-1007.7+22.04.1",
"5.13.0-1010.11+22.04.1",
"5.15.0-1004.4",
"5.15.0-1005.5",
"5.15.0-1006.6",
"5.15.0-1007.7",
"5.15.0-1008.8",
"5.15.0-1011.12",
"5.15.0-1012.13",
"5.15.0-1014.16",
"5.15.0-1015.17",
"5.15.0-1016.18",
"5.15.0-1017.19",
"5.15.0-1018.21",
"5.15.0-1019.22",
"5.15.0-1020.23",
"5.15.0-1022.26",
"5.15.0-1023.27",
"5.15.0-1026.30",
"5.15.0-1027.31",
"5.15.0-1028.32"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-image-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-riscv-5.19-headers-5.19.0-1021",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-riscv-5.19-tools-5.19.0-1021",
"binary_version": "5.19.0-1021.23~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1021-generic",
"binary_version": "5.19.0-1021.23~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-riscv-5.19",
"purl": "pkg:deb/ubuntu/linux-riscv-5.19@5.19.0-1021.23~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1012.13~22.04.1",
"5.19.0-1015.16~22.04.1",
"5.19.0-1016.17~22.04.1",
"5.19.0-1017.18~22.04.1",
"5.19.0-1018.19~22.04.1",
"5.19.0-1019.21~22.04.1",
"5.19.0-1020.22~22.04.1",
"5.19.0-1021.23~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-image-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-riscv-6.5-headers-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-riscv-6.5-tools-6.5.0-45",
"binary_version": "6.5.0-45.45.1~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-45-generic",
"binary_version": "6.5.0-45.45.1~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-riscv-6.5",
"purl": "pkg:deb/ubuntu/linux-riscv-6.5@6.5.0-45.45.1~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-17.17.1.1~22.04.1",
"6.5.0-21.21.1~22.04.1",
"6.5.0-25.25.1~22.04.1",
"6.5.0-26.26.1~22.04.1",
"6.5.0-27.28.1~22.04.1",
"6.5.0-28.29.1~22.04.1",
"6.5.0-35.35.1~22.04.1",
"6.5.0-40.40.1~22.04.1",
"6.5.0-42.42.1~22.04.1",
"6.5.0-45.45.1~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-134-generic",
"binary_version": "6.8.0-134.134~22.04.1"
},
{
"binary_name": "linux-headers-6.8.0-134-generic",
"binary_version": "6.8.0-134.134~22.04.1"
},
{
"binary_name": "linux-image-6.8.0-134-generic",
"binary_version": "6.8.0-134.134~22.04.1"
},
{
"binary_name": "linux-modules-6.8.0-134-generic",
"binary_version": "6.8.0-134.134~22.04.1"
},
{
"binary_name": "linux-riscv-6.8-headers-6.8.0-134",
"binary_version": "6.8.0-134.134~22.04.1"
},
{
"binary_name": "linux-riscv-6.8-tools-6.8.0-134",
"binary_version": "6.8.0-134.134~22.04.1"
},
{
"binary_name": "linux-tools-6.8.0-134-generic",
"binary_version": "6.8.0-134.134~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-riscv-6.8",
"purl": "pkg:deb/ubuntu/linux-riscv-6.8@6.8.0-134.134~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-38.38.1~22.04.1",
"6.8.0-39.39.1~22.04.1",
"6.8.0-40.40.1~22.04.1",
"6.8.0-41.41.1~22.04.1",
"6.8.0-44.44.1~22.04.1",
"6.8.0-47.47.1~22.04.1",
"6.8.0-48.48.1~22.04.2",
"6.8.0-49.49.1~22.04.1",
"6.8.0-50.51.1~22.04.1",
"6.8.0-51.52.1~22.04.1",
"6.8.0-52.53.1~22.04.1",
"6.8.0-53.55.1~22.04.1",
"6.8.0-55.57.1~22.04.1",
"6.8.0-56.58.1~22.04.1",
"6.8.0-57.59.1~22.04.1",
"6.8.0-58.60.1~22.04.1",
"6.8.0-59.61.1~22.04.1",
"6.8.0-62.65~22.04.1",
"6.8.0-63.66~22.04.1",
"6.8.0-64.67~22.04.1",
"6.8.0-71.71~22.04.1",
"6.8.0-78.78~22.04.1",
"6.8.0-79.79~22.04.1",
"6.8.0-83.83~22.04.1",
"6.8.0-84.84~22.04.1",
"6.8.0-86.87~22.04.1",
"6.8.0-87.88~22.04.1",
"6.8.0-88.89~22.04.1",
"6.8.0-90.91~22.04.1",
"6.8.0-94.96~22.04.1",
"6.8.0-100.100~22.04.1",
"6.8.0-101.101~22.04.1",
"6.8.0-106.106~22.04.1",
"6.8.0-107.107~22.04.1",
"6.8.0-110.110~22.04.1",
"6.8.0-111.111~22.04.1",
"6.8.0-117.117~22.04.1",
"6.8.0-124.124~22.04.1",
"6.8.0-134.134~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-headers-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-image-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-modules-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-modules-extra-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-starfive-5.19-headers-5.19.0-1020",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-starfive-5.19-tools-5.19.0-1020",
"binary_version": "5.19.0-1020.22~22.04.1"
},
{
"binary_name": "linux-tools-5.19.0-1020-starfive",
"binary_version": "5.19.0-1020.22~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-starfive-5.19",
"purl": "pkg:deb/ubuntu/linux-starfive-5.19@5.19.0-1020.22~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.19.0-1014.16~22.04.1",
"5.19.0-1015.17~22.04.1",
"5.19.0-1016.18~22.04.1",
"5.19.0-1017.19~22.04.1",
"5.19.0-1018.20~22.04.1",
"5.19.0-1019.21~22.04.1",
"5.19.0-1020.22~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-headers-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-image-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-modules-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-starfive-6.2-headers-6.2.0-1009",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-starfive-6.2-tools-6.2.0-1009",
"binary_version": "6.2.0-1009.10~22.04.1"
},
{
"binary_name": "linux-tools-6.2.0-1009-starfive",
"binary_version": "6.2.0-1009.10~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-starfive-6.2",
"purl": "pkg:deb/ubuntu/linux-starfive-6.2@6.2.0-1009.10~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.0-1006.7~22.04.1",
"6.2.0-1007.8~22.04.1",
"6.2.0-1009.10~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-headers-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-image-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-modules-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-modules-extra-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-starfive-6.5-headers-6.5.0-1018",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-starfive-6.5-tools-6.5.0-1018",
"binary_version": "6.5.0-1018.19~22.04.1"
},
{
"binary_name": "linux-tools-6.5.0-1018-starfive",
"binary_version": "6.5.0-1018.19~22.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "linux-starfive-6.5",
"purl": "pkg:deb/ubuntu/linux-starfive-6.5@6.5.0-1018.19~22.04.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1007.8~22.04.1",
"6.5.0-1008.9~22.04.1",
"6.5.0-1009.10~22.04.1",
"6.5.0-1010.11~22.04.1",
"6.5.0-1011.12~22.04.1",
"6.5.0-1012.13~22.04.1",
"6.5.0-1014.15~22.04.1",
"6.5.0-1015.16~22.04.1",
"6.5.0-1016.17~22.04.1",
"6.5.0-1017.18~22.04.1",
"6.5.0-1018.19~22.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-5.15.0-1053",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-azure-fips-headers-5.15.0-1053",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-azure-fips-tools-5.15.0-1053",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-headers-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-modules-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
},
{
"binary_name": "linux-tools-5.15.0-1053-azure-fips",
"binary_version": "5.15.0-1053.61+fips1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-preview:22.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@5.15.0-1053.61+fips1?arch=source\u0026distro=fips-preview/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1053.61+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-5.15.0-1114",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-azure-fips-headers-5.15.0-1114",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-azure-fips-tools-5.15.0-1114",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-buildinfo-5.15.0-1114-azure-fips",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-cloud-tools-5.15.0-1114-azure-fips",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-headers-5.15.0-1114-azure-fips",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-image-unsigned-5.15.0-1114-azure-fips",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-5.15.0-1114-azure-fips",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-modules-5.15.0-1114-azure-fips",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-modules-extra-5.15.0-1114-azure-fips",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-modules-involflt-5.15.0-1114-azure-fips",
"binary_version": "5.15.0-1114.123+fips1"
},
{
"binary_name": "linux-tools-5.15.0-1114-azure-fips",
"binary_version": "5.15.0-1114.123+fips1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:22.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@5.15.0-1114.123+fips1?arch=source\u0026distro=fips-updates/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.15.0-1053.61+fips1",
"5.15.0-1058.66+fips1",
"5.15.0-1059.67+fips1",
"5.15.0-1060.69+fips1",
"5.15.0-1061.70+fips1",
"5.15.0-1063.72+fips1",
"5.15.0-1064.73+fips1",
"5.15.0-1065.74+fips1",
"5.15.0-1067.76+fips1",
"5.15.0-1068.77+fips1",
"5.15.0-1070.79+fips1",
"5.15.0-1071.80+fips1",
"5.15.0-1072.81+fips1",
"5.15.0-1073.82+fips1",
"5.15.0-1074.83+fips1",
"5.15.0-1075.84+fips1",
"5.15.0-1078.87+fips1",
"5.15.0-1079.88+fips1",
"5.15.0-1080.89+fips1",
"5.15.0-1082.91+fips1",
"5.15.0-1083.92+fips1",
"5.15.0-1085.94+fips1",
"5.15.0-1087.96+fips1",
"5.15.0-1088.97+fips1",
"5.15.0-1089.98+fips1",
"5.15.0-1090.99+fips1",
"5.15.0-1091.100+fips1",
"5.15.0-1094.103+fips1",
"5.15.0-1095.104+fips1",
"5.15.0-1096.105+fips1",
"5.15.0-1097.106+fips1",
"5.15.0-1098.107+fips1",
"5.15.0-1101.110+fips1",
"5.15.0-1102.111+fips1",
"5.15.0-1103.112+fips1",
"5.15.0-1109.118+fips1",
"5.15.0-1110.119+fips1",
"5.15.0-1111.120+fips1",
"5.15.0-1114.123+fips1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-cloud-tools-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-headers-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-image-unsigned-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-modules-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-modules-extra-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-realtime-6.8-cloud-tools-6.8.1-1056",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-realtime-6.8-headers-6.8.1-1056",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-realtime-6.8-tools-6.8.1-1056",
"binary_version": "6.8.1-1056.57~22.04.2"
},
{
"binary_name": "linux-tools-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57~22.04.2"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:22.04:LTS",
"name": "linux-realtime-6.8",
"purl": "pkg:deb/ubuntu/linux-realtime-6.8@6.8.1-1056.57~22.04.2?arch=source\u0026distro=realtime/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.1-1056.57~22.04.2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.1-1004.4~22.04.1",
"6.8.1-1005.5~22.04.2",
"6.8.1-1006.6~22.04.1",
"6.8.1-1007.7~22.04.1",
"6.8.1-1008.8~22.04.1",
"6.8.1-1009.9~22.04.1",
"6.8.1-1010.10~22.04.1",
"6.8.1-1011.11~22.04.1",
"6.8.1-1012.12~22.04.1",
"6.8.1-1013.14~22.04.1",
"6.8.1-1014.15~22.04.1",
"6.8.1-1015.16~22.04.1",
"6.8.1-1016.17~22.04.1",
"6.8.1-1017.18~22.04.1",
"6.8.1-1018.19~22.04.1",
"6.8.1-1019.20~22.04.1",
"6.8.1-1020.21~22.04.1",
"6.8.1-1021.22~22.04.1",
"6.8.1-1022.23~22.04.1",
"6.8.1-1023.24~22.04.1",
"6.8.1-1024.25~22.04.1",
"6.8.1-1025.26~22.04.1",
"6.8.1-1026.27~22.04.1",
"6.8.1-1030.31~22.04.1",
"6.8.1-1031.32~22.04.1",
"6.8.1-1034.35~22.04.1",
"6.8.1-1035.36~22.04.1",
"6.8.1-1036.37~22.04.1",
"6.8.1-1037.38~22.04.1",
"6.8.1-1038.39~22.04.1",
"6.8.1-1039.40~22.04.1",
"6.8.1-1040.41~22.04.1",
"6.8.1-1041.42~22.04.1",
"6.8.1-1042.43~22.04.1",
"6.8.1-1045.46~22.04.1",
"6.8.1-1046.47~22.04.2",
"6.8.1-1047.48~22.04.1",
"6.8.1-1048.49~22.04.1",
"6.8.1-1051.52~22.04.1",
"6.8.1-1052.53~22.04.1",
"6.8.1-1055.56~22.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-buildinfo-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-headers-6.8.0-136",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-headers-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-headers-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-image-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-lib-rust-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-modules-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-modules-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-modules-extra-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-modules-ipu6-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-modules-usbio-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-source-6.8.0",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-tools-6.8.0-136",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-tools-6.8.0-136-generic",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-tools-6.8.0-136-generic-64k",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-tools-common",
"binary_version": "6.8.0-136.136"
},
{
"binary_name": "linux-tools-host",
"binary_version": "6.8.0-136.136"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@6.8.0-136.136?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-136.136"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-9.9",
"6.6.0-14.14",
"6.8.0-11.11",
"6.8.0-20.20",
"6.8.0-22.22",
"6.8.0-28.28",
"6.8.0-31.31",
"6.8.0-35.35",
"6.8.0-36.36",
"6.8.0-38.38",
"6.8.0-39.39",
"6.8.0-40.40",
"6.8.0-41.41",
"6.8.0-44.44",
"6.8.0-45.45",
"6.8.0-47.47",
"6.8.0-48.48",
"6.8.0-49.49",
"6.8.0-50.51",
"6.8.0-51.52",
"6.8.0-52.53",
"6.8.0-53.55",
"6.8.0-54.56",
"6.8.0-55.57",
"6.8.0-56.58",
"6.8.0-57.59",
"6.8.0-58.60",
"6.8.0-59.61",
"6.8.0-60.63",
"6.8.0-62.65",
"6.8.0-63.66",
"6.8.0-64.67",
"6.8.0-71.71",
"6.8.0-78.78",
"6.8.0-79.79",
"6.8.0-83.83",
"6.8.0-84.84",
"6.8.0-85.85",
"6.8.0-86.87",
"6.8.0-87.88",
"6.8.0-88.89",
"6.8.0-90.91",
"6.8.0-94.96",
"6.8.0-100.100",
"6.8.0-101.101",
"6.8.0-106.106",
"6.8.0-107.107",
"6.8.0-110.110",
"6.8.0-111.111",
"6.8.0-117.117",
"6.8.0-124.124",
"6.8.0-134.134"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-6.8.0-1061",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-aws-headers-6.8.0-1061",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-aws-tools-6.8.0-1061",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-buildinfo-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-buildinfo-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-headers-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-headers-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-modules-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-modules-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-modules-extra-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-modules-extra-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-tools-6.8.0-1061-aws",
"binary_version": "6.8.0-1061.64"
},
{
"binary_name": "linux-tools-6.8.0-1061-aws-64k",
"binary_version": "6.8.0-1061.64"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@6.8.0-1061.64?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1061.64"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1008.8",
"6.6.0-1001.1",
"6.8.0-1001.1",
"6.8.0-1006.6",
"6.8.0-1008.8",
"6.8.0-1009.9",
"6.8.0-1010.10",
"6.8.0-1011.12",
"6.8.0-1012.13",
"6.8.0-1013.14",
"6.8.0-1014.15",
"6.8.0-1015.16",
"6.8.0-1016.17",
"6.8.0-1017.18",
"6.8.0-1018.20",
"6.8.0-1019.21",
"6.8.0-1020.22",
"6.8.0-1021.23",
"6.8.0-1023.25",
"6.8.0-1024.26",
"6.8.0-1025.27",
"6.8.0-1026.28",
"6.8.0-1027.29",
"6.8.0-1028.30",
"6.8.0-1029.31",
"6.8.0-1030.32",
"6.8.0-1031.33",
"6.8.0-1032.34",
"6.8.0-1033.35",
"6.8.0-1035.37",
"6.8.0-1036.38",
"6.8.0-1038.40",
"6.8.0-1039.41",
"6.8.0-1040.42",
"6.8.0-1041.43",
"6.8.0-1042.44",
"6.8.0-1043.45",
"6.8.0-1044.46",
"6.8.0-1045.47",
"6.8.0-1046.49",
"6.8.0-1047.50",
"6.8.0-1050.53",
"6.8.0-1051.54",
"6.8.0-1052.55",
"6.8.0-1053.56",
"6.8.0-1055.58",
"6.8.0-1057.60",
"6.8.0-1060.63"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-6.14-cloud-tools-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-aws-6.14-headers-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-aws-6.14-tools-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1018-aws",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1018-aws-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-aws-6.14",
"purl": "pkg:deb/ubuntu/linux-aws-6.14@6.14.0-1018.18~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1007.7~24.04.1",
"6.14.0-1009.9~24.04.1",
"6.14.0-1010.10~24.04.1",
"6.14.0-1011.11~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1015.15~24.04.1",
"6.14.0-1016.16~24.04.1",
"6.14.0-1017.17~24.04.1",
"6.14.0-1018.18~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-6.17-cloud-tools-6.17.0-1020",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-aws-6.17-headers-6.17.0-1020",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-aws-6.17-tools-6.17.0-1020",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1020-aws",
"binary_version": "6.17.0-1020.20~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1020-aws-64k",
"binary_version": "6.17.0-1020.20~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-aws-6.17",
"purl": "pkg:deb/ubuntu/linux-aws-6.17@6.17.0-1020.20~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1005.5~24.04.2",
"6.17.0-1007.7~24.04.1",
"6.17.0-1009.9~24.04.2",
"6.17.0-1010.10~24.04.1",
"6.17.0-1012.12~24.04.1",
"6.17.0-1013.13~24.04.1",
"6.17.0-1015.15~24.04.1",
"6.17.0-1017.17~24.04.1",
"6.17.0-1019.19~24.04.1",
"6.17.0-1020.20~24.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-azure-headers-6.8.0-1063",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-azure-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-buildinfo-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-headers-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-modules-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-modules-extra-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71"
},
{
"binary_name": "linux-tools-6.8.0-1063-azure",
"binary_version": "6.8.0-1063.71"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@6.8.0-1063.71?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1063.71"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1007.7",
"6.6.0-1001.1",
"6.8.0-1001.1",
"6.8.0-1005.5",
"6.8.0-1006.6",
"6.8.0-1007.7",
"6.8.0-1008.8",
"6.8.0-1009.9",
"6.8.0-1010.10",
"6.8.0-1012.14",
"6.8.0-1013.15",
"6.8.0-1014.16",
"6.8.0-1015.17",
"6.8.0-1016.18",
"6.8.0-1017.20",
"6.8.0-1018.21",
"6.8.0-1020.23",
"6.8.0-1021.25",
"6.8.0-1025.30",
"6.8.0-1026.31",
"6.8.0-1027.32",
"6.8.0-1028.33",
"6.8.0-1029.34",
"6.8.0-1030.35",
"6.8.0-1031.36",
"6.8.0-1034.39",
"6.8.0-1038.44",
"6.8.0-1040.46",
"6.8.0-1041.47",
"6.8.0-1042.48",
"6.8.0-1044.50",
"6.8.0-1046.52",
"6.8.0-1051.57",
"6.8.0-1052.58",
"6.8.0-1054.60",
"6.8.0-1056.62",
"6.8.0-1058.64",
"6.8.0-1059.65",
"6.8.0-1062.69"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-6.11-cloud-tools-6.11.0-1018",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-azure-6.11-headers-6.11.0-1018",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-azure-6.11-tools-6.11.0-1018",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1018-azure",
"binary_version": "6.11.0-1018.18~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-6.11",
"purl": "pkg:deb/ubuntu/linux-azure-6.11@6.11.0-1018.18~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1008.8~24.04.1",
"6.11.0-1012.12~24.04.1",
"6.11.0-1013.13~24.04.1",
"6.11.0-1014.14~24.04.1",
"6.11.0-1015.15~24.04.1",
"6.11.0-1017.17~24.04.1",
"6.11.0-1018.18~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-6.14-cloud-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-6.14-headers-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-6.14-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1017-azure",
"binary_version": "6.14.0-1017.17~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-6.14",
"purl": "pkg:deb/ubuntu/linux-azure-6.14@6.14.0-1017.17~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1010.10~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1017.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-6.17-cloud-tools-6.17.0-1021",
"binary_version": "6.17.0-1021.21~24.04.1"
},
{
"binary_name": "linux-azure-6.17-headers-6.17.0-1021",
"binary_version": "6.17.0-1021.21~24.04.1"
},
{
"binary_name": "linux-azure-6.17-tools-6.17.0-1021",
"binary_version": "6.17.0-1021.21~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1021-azure",
"binary_version": "6.17.0-1021.21~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1021-azure",
"binary_version": "6.17.0-1021.21~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1021-azure",
"binary_version": "6.17.0-1021.21~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1021-azure",
"binary_version": "6.17.0-1021.21~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1021-azure",
"binary_version": "6.17.0-1021.21~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1021-azure",
"binary_version": "6.17.0-1021.21~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1021-azure",
"binary_version": "6.17.0-1021.21~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-6.17",
"purl": "pkg:deb/ubuntu/linux-azure-6.17@6.17.0-1021.21~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1008.8~24.04.1",
"6.17.0-1010.10~24.04.1",
"6.17.0-1011.11~24.04.2",
"6.17.0-1013.13~24.04.1",
"6.17.0-1015.15~24.04.1",
"6.17.0-1017.17~24.04.1",
"6.17.0-1018.18~24.04.1",
"6.17.0-1020.20~24.04.1",
"6.17.0-1021.21~24.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-azure-fde-cloud-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-azure-fde-headers-6.8.0-1062",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-azure-fde-tools-6.8.0-1062",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-buildinfo-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-headers-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-modules-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-modules-extra-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69"
},
{
"binary_name": "linux-tools-6.8.0-1062-azure-fde",
"binary_version": "6.8.0-1062.69"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@6.8.0-1062.69?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1062.69"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1041.48",
"6.8.0-1044.51",
"6.8.0-1046.53",
"6.8.0-1053.60",
"6.8.0-1058.65",
"6.8.0-1061.68"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-6.14-cloud-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.14-headers-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.14-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1017-azure-fde",
"binary_version": "6.14.0-1017.17~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-fde-6.14",
"purl": "pkg:deb/ubuntu/linux-azure-fde-6.14@6.14.0-1017.17~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1015.15~24.04.1",
"6.14.0-1017.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-6.17-cloud-tools-6.17.0-1018",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.17-headers-6.17.0-1018",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-azure-fde-6.17-tools-6.17.0-1018",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1018-azure-fde",
"binary_version": "6.17.0-1018.18~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-fde-6.17",
"purl": "pkg:deb/ubuntu/linux-azure-fde-6.17@6.17.0-1018.18~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1005.5~24.04.1",
"6.17.0-1010.10~24.04.1",
"6.17.0-1015.15~24.04.1",
"6.17.0-1017.17~24.04.1",
"6.17.0-1018.18~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-nvidia-cloud-tools-6.8.0-1039",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-azure-nvidia-headers-6.8.0-1039",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-azure-nvidia-tools-6.8.0-1039",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-buildinfo-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-headers-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-modules-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-modules-extra-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
},
{
"binary_name": "linux-tools-6.8.0-1039-azure-nvidia",
"binary_version": "6.8.0-1039.42"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-nvidia",
"purl": "pkg:deb/ubuntu/linux-azure-nvidia@6.8.0-1039.42?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1013.14",
"6.8.0-1014.15",
"6.8.0-1016.17",
"6.8.0-1018.19",
"6.8.0-1019.20",
"6.8.0-1022.23",
"6.8.0-1025.27",
"6.8.0-1027.30",
"6.8.0-1029.32",
"6.8.0-1039.42"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-nvidia-6.14-cloud-tools-6.14.0-1007",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-azure-nvidia-6.14-headers-6.14.0-1007",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-azure-nvidia-6.14-tools-6.14.0-1007",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-buildinfo-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-headers-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-modules-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-modules-extra-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
},
{
"binary_name": "linux-tools-6.14.0-1007-azure-nvidia",
"binary_version": "6.14.0-1007.7"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-azure-nvidia-6.14",
"purl": "pkg:deb/ubuntu/linux-azure-nvidia-6.14@6.14.0-1007.7?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1003.3",
"6.14.0-1006.6",
"6.14.0-1007.7"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-buildinfo-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-gcp-headers-6.8.0-1064",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-gcp-tools-6.8.0-1064",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-headers-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-headers-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-modules-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-modules-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-modules-extra-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-modules-extra-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-tools-6.8.0-1064-gcp",
"binary_version": "6.8.0-1064.72"
},
{
"binary_name": "linux-tools-6.8.0-1064-gcp-64k",
"binary_version": "6.8.0-1064.72"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@6.8.0-1064.72?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1064.72"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1007.7",
"6.6.0-1001.1",
"6.8.0-1002.2",
"6.8.0-1005.5",
"6.8.0-1006.6",
"6.8.0-1007.7",
"6.8.0-1008.9",
"6.8.0-1009.10",
"6.8.0-1010.11",
"6.8.0-1011.12",
"6.8.0-1012.13",
"6.8.0-1013.14",
"6.8.0-1014.16",
"6.8.0-1015.17",
"6.8.0-1016.18",
"6.8.0-1017.19",
"6.8.0-1018.20",
"6.8.0-1019.21",
"6.8.0-1020.22",
"6.8.0-1021.23",
"6.8.0-1024.26",
"6.8.0-1025.27",
"6.8.0-1026.28",
"6.8.0-1027.29",
"6.8.0-1028.30",
"6.8.0-1029.31",
"6.8.0-1030.32",
"6.8.0-1031.33",
"6.8.0-1032.34",
"6.8.0-1033.35",
"6.8.0-1034.36",
"6.8.0-1036.38",
"6.8.0-1037.39",
"6.8.0-1039.41",
"6.8.0-1040.42",
"6.8.0-1041.43",
"6.8.0-1042.45",
"6.8.0-1043.46",
"6.8.0-1044.47",
"6.8.0-1045.48",
"6.8.0-1046.49",
"6.8.0-1047.50",
"6.8.0-1048.51",
"6.8.0-1052.55",
"6.8.0-1053.56",
"6.8.0-1054.57",
"6.8.0-1055.58",
"6.8.0-1058.61",
"6.8.0-1060.63",
"6.8.0-1063.69"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-gcp-6.11-headers-6.11.0-1017",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-gcp-6.11-lib-rust-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-gcp-6.11-tools-6.11.0-1017",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1017-gcp",
"binary_version": "6.11.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1017-gcp-64k",
"binary_version": "6.11.0-1017.17~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gcp-6.11",
"purl": "pkg:deb/ubuntu/linux-gcp-6.11@6.11.0-1017.17~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1006.6~24.04.2",
"6.11.0-1011.11~24.04.1",
"6.11.0-1013.13~24.04.1",
"6.11.0-1014.14~24.04.1",
"6.11.0-1015.15~24.04.1",
"6.11.0-1016.16~24.04.1",
"6.11.0-1017.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-gcp-6.14-headers-6.14.0-1021",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-gcp-6.14-tools-6.14.0-1021",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-lib-rust-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1021-gcp",
"binary_version": "6.14.0-1021.22~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1021-gcp-64k",
"binary_version": "6.14.0-1021.22~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gcp-6.14",
"purl": "pkg:deb/ubuntu/linux-gcp-6.14@6.14.0-1021.22~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1007.7~24.04.1",
"6.14.0-1011.11~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1014.15~24.04.1",
"6.14.0-1015.16~24.04.1",
"6.14.0-1016.17~24.04.1",
"6.14.0-1017.18~24.04.1",
"6.14.0-1018.19~24.04.1",
"6.14.0-1019.20~24.04.1",
"6.14.0-1020.21~24.04.1",
"6.14.0-1021.22~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-1021-gcp",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-1021-gcp-64k",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-gcp-6.17-headers-6.17.0-1021",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-gcp-6.17-tools-6.17.0-1021",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1021-gcp",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1021-gcp-64k",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1021-gcp",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1021-gcp-64k",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-lib-rust-6.17.0-1021-gcp",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1021-gcp",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1021-gcp-64k",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1021-gcp",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1021-gcp-64k",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1021-gcp",
"binary_version": "6.17.0-1021.24~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1021-gcp-64k",
"binary_version": "6.17.0-1021.24~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gcp-6.17",
"purl": "pkg:deb/ubuntu/linux-gcp-6.17@6.17.0-1021.24~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1004.4~24.04.3",
"6.17.0-1008.8~24.04.1",
"6.17.0-1009.9~24.04.3",
"6.17.0-1010.10~24.04.1",
"6.17.0-1012.12~24.04.1",
"6.17.0-1013.13~24.04.1",
"6.17.0-1016.17~24.04.1",
"6.17.0-1018.19~24.04.1",
"6.17.0-1020.22~24.04.1",
"6.17.0-1021.24~24.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1059-gke",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-buildinfo-6.8.0-1059-gke-64k",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-gke-headers-6.8.0-1059",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-gke-tools-6.8.0-1059",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-headers-6.8.0-1059-gke",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-headers-6.8.0-1059-gke-64k",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1059-gke",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1059-gke-64k",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-modules-6.8.0-1059-gke",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-modules-6.8.0-1059-gke-64k",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-modules-extra-6.8.0-1059-gke",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-modules-extra-6.8.0-1059-gke-64k",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1059-gke",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-tools-6.8.0-1059-gke",
"binary_version": "6.8.0-1059.67"
},
{
"binary_name": "linux-tools-6.8.0-1059-gke-64k",
"binary_version": "6.8.0-1059.67"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gke",
"purl": "pkg:deb/ubuntu/linux-gke@6.8.0-1059.67?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1059.67"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1003.5",
"6.8.0-1004.7",
"6.8.0-1005.8",
"6.8.0-1006.9",
"6.8.0-1007.10",
"6.8.0-1008.11",
"6.8.0-1009.12",
"6.8.0-1010.13",
"6.8.0-1011.14",
"6.8.0-1012.15",
"6.8.0-1013.17",
"6.8.0-1014.18",
"6.8.0-1015.19",
"6.8.0-1016.20",
"6.8.0-1017.21",
"6.8.0-1019.23",
"6.8.0-1020.24",
"6.8.0-1021.25",
"6.8.0-1022.26",
"6.8.0-1023.27",
"6.8.0-1024.28",
"6.8.0-1025.29",
"6.8.0-1026.30",
"6.8.0-1027.31",
"6.8.0-1028.32",
"6.8.0-1029.33",
"6.8.0-1032.36",
"6.8.0-1033.37",
"6.8.0-1035.39",
"6.8.0-1036.40",
"6.8.0-1037.41",
"6.8.0-1038.43",
"6.8.0-1039.44",
"6.8.0-1040.45",
"6.8.0-1041.46",
"6.8.0-1042.47",
"6.8.0-1043.48",
"6.8.0-1044.49",
"6.8.0-1048.53",
"6.8.0-1049.54",
"6.8.0-1050.56",
"6.8.0-1051.57",
"6.8.0-1054.60",
"6.8.0-1055.61",
"6.8.0-1058.64"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1046-gkeop",
"binary_version": "6.8.0-1046.50"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1046-gkeop",
"binary_version": "6.8.0-1046.50"
},
{
"binary_name": "linux-gkeop-cloud-tools-6.8.0-1046",
"binary_version": "6.8.0-1046.50"
},
{
"binary_name": "linux-gkeop-headers-6.8.0-1046",
"binary_version": "6.8.0-1046.50"
},
{
"binary_name": "linux-gkeop-tools-6.8.0-1046",
"binary_version": "6.8.0-1046.50"
},
{
"binary_name": "linux-headers-6.8.0-1046-gkeop",
"binary_version": "6.8.0-1046.50"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1046-gkeop",
"binary_version": "6.8.0-1046.50"
},
{
"binary_name": "linux-modules-6.8.0-1046-gkeop",
"binary_version": "6.8.0-1046.50"
},
{
"binary_name": "linux-modules-extra-6.8.0-1046-gkeop",
"binary_version": "6.8.0-1046.50"
},
{
"binary_name": "linux-tools-6.8.0-1046-gkeop",
"binary_version": "6.8.0-1046.50"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-gkeop",
"purl": "pkg:deb/ubuntu/linux-gkeop@6.8.0-1046.50?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1046.50"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1001.3",
"6.8.0-1002.4",
"6.8.0-1003.5",
"6.8.0-1004.6",
"6.8.0-1006.8",
"6.8.0-1007.9",
"6.8.0-1008.10",
"6.8.0-1009.11",
"6.8.0-1010.12",
"6.8.0-1011.13",
"6.8.0-1012.14",
"6.8.0-1013.15",
"6.8.0-1014.16",
"6.8.0-1015.17",
"6.8.0-1016.18",
"6.8.0-1019.21",
"6.8.0-1020.22",
"6.8.0-1022.24",
"6.8.0-1023.25",
"6.8.0-1024.26",
"6.8.0-1025.28",
"6.8.0-1026.29",
"6.8.0-1027.30",
"6.8.0-1028.31",
"6.8.0-1029.32",
"6.8.0-1030.33",
"6.8.0-1031.34",
"6.8.0-1035.38",
"6.8.0-1036.39",
"6.8.0-1037.40",
"6.8.0-1038.41",
"6.8.0-1041.44",
"6.8.0-1042.45",
"6.8.0-1045.48"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-hwe-6.11-cloud-tools-6.11.0-29",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-hwe-6.11-headers-6.11.0-29",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-hwe-6.11-lib-rust-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-hwe-6.11-tools-6.11.0-29",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-image-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-ipu7-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-usbio-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-modules-vision-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-29-generic",
"binary_version": "6.11.0-29.29~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-29-generic-64k",
"binary_version": "6.11.0-29.29~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-hwe-6.11",
"purl": "pkg:deb/ubuntu/linux-hwe-6.11@6.11.0-29.29~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-17.17~24.04.2",
"6.11.0-19.19~24.04.1",
"6.11.0-21.21~24.04.1",
"6.11.0-24.24~24.04.1",
"6.11.0-25.25~24.04.1",
"6.11.0-26.26~24.04.1",
"6.11.0-28.28~24.04.1",
"6.11.0-29.29~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-hwe-6.14-cloud-tools-6.14.0-37",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-hwe-6.14-headers-6.14.0-37",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-hwe-6.14-tools-6.14.0-37",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-image-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-lib-rust-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-ipu7-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-usbio-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-modules-vision-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-37-generic",
"binary_version": "6.14.0-37.37~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-37-generic-64k",
"binary_version": "6.14.0-37.37~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-hwe-6.14",
"purl": "pkg:deb/ubuntu/linux-hwe-6.14@6.14.0-37.37~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-24.24~24.04.3",
"6.14.0-27.27~24.04.1",
"6.14.0-28.28~24.04.1",
"6.14.0-29.29~24.04.1",
"6.14.0-32.32~24.04.1",
"6.14.0-33.33~24.04.1",
"6.14.0-34.34~24.04.1",
"6.14.0-35.35~24.04.1",
"6.14.0-36.36~24.04.1",
"6.14.0-37.37~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-hwe-6.17-cloud-tools-6.17.0-40",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-hwe-6.17-headers-6.17.0-40",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-hwe-6.17-tools-6.17.0-40",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-image-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-lib-rust-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-modules-ipu6-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-modules-ipu7-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-modules-usbio-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-modules-vision-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-40-generic",
"binary_version": "6.17.0-40.40~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-hwe-6.17",
"purl": "pkg:deb/ubuntu/linux-hwe-6.17@6.17.0-40.40~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-14.14~24.04.1",
"6.17.0-19.19~24.04.2",
"6.17.0-20.20~24.04.1",
"6.17.0-22.22~24.04.1",
"6.17.0-23.23~24.04.1",
"6.17.0-29.29~24.04.1",
"6.17.0-35.35~24.04.1",
"6.17.0-40.40~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61"
},
{
"binary_name": "linux-headers-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61"
},
{
"binary_name": "linux-ibm-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.61"
},
{
"binary_name": "linux-ibm-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.61"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61"
},
{
"binary_name": "linux-modules-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61"
},
{
"binary_name": "linux-modules-extra-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61"
},
{
"binary_name": "linux-tools-6.8.0-1060-ibm",
"binary_version": "6.8.0-1060.61"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-ibm",
"purl": "pkg:deb/ubuntu/linux-ibm@6.8.0-1060.61?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1009.9",
"6.8.0-1001.1",
"6.8.0-1003.3",
"6.8.0-1004.4",
"6.8.0-1005.5",
"6.8.0-1006.6",
"6.8.0-1007.7",
"6.8.0-1008.8",
"6.8.0-1009.9",
"6.8.0-1010.10",
"6.8.0-1011.11",
"6.8.0-1012.12",
"6.8.0-1013.13",
"6.8.0-1014.14",
"6.8.0-1015.15",
"6.8.0-1016.16",
"6.8.0-1017.17",
"6.8.0-1018.18",
"6.8.0-1019.19",
"6.8.0-1022.22",
"6.8.0-1023.23",
"6.8.0-1024.24",
"6.8.0-1025.25",
"6.8.0-1026.26",
"6.8.0-1027.27",
"6.8.0-1028.28",
"6.8.0-1029.29",
"6.8.0-1030.30",
"6.8.0-1033.33",
"6.8.0-1036.36",
"6.8.0-1037.37",
"6.8.0-1038.38",
"6.8.0-1039.39",
"6.8.0-1040.40",
"6.8.0-1041.41",
"6.8.0-1042.42",
"6.8.0-1043.43",
"6.8.0-1044.44",
"6.8.0-1045.45",
"6.8.0-1049.49",
"6.8.0-1050.50",
"6.8.0-1051.51",
"6.8.0-1052.52",
"6.8.0-1055.56",
"6.8.0-1057.58",
"6.8.0-1060.61"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-buildinfo-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-headers-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-headers-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-lowlatency-cloud-tools-6.8.0-136",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-lowlatency-headers-6.8.0-136",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-lowlatency-lib-rust-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-lowlatency-tools-6.8.0-136",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-modules-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-modules-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-tools-6.8.0-136-lowlatency",
"binary_version": "6.8.0-136.136.2"
},
{
"binary_name": "linux-tools-6.8.0-136-lowlatency-64k",
"binary_version": "6.8.0-136.136.2"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-lowlatency",
"purl": "pkg:deb/ubuntu/linux-lowlatency@6.8.0-136.136.2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-136.136.2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-9.9.1",
"6.6.0-14.14.1",
"6.8.0-7.7.1",
"6.8.0-25.25.3",
"6.8.0-28.28.1",
"6.8.0-31.31.1",
"6.8.0-35.35.1",
"6.8.0-36.36.1",
"6.8.0-38.38.1",
"6.8.0-39.39.1",
"6.8.0-40.40.1",
"6.8.0-41.41.1",
"6.8.0-44.44.1",
"6.8.0-45.45.1",
"6.8.0-47.47.1",
"6.8.0-48.48.3",
"6.8.0-49.49.1",
"6.8.0-50.51.1",
"6.8.0-51.52.1",
"6.8.0-52.53.1",
"6.8.0-53.55.2",
"6.8.0-54.56.1",
"6.8.0-55.57.1",
"6.8.0-56.58.1",
"6.8.0-57.59.1",
"6.8.0-58.60.1",
"6.8.0-59.61.1",
"6.8.0-60.63.1",
"6.8.0-62.65.1",
"6.8.0-63.66.1",
"6.8.0-64.67.1",
"6.8.0-65.68.1",
"6.8.0-78.78.1",
"6.8.0-79.79.1",
"6.8.0-83.83.1",
"6.8.0-84.84.1",
"6.8.0-85.85.1",
"6.8.0-86.87.1",
"6.8.0-87.88.1",
"6.8.0-88.89.1",
"6.8.0-90.91.1",
"6.8.0-94.96.1",
"6.8.0-100.100.1",
"6.8.0-101.101.1",
"6.8.0-106.106.1",
"6.8.0-107.107.1",
"6.8.0-110.110.1",
"6.8.0-111.111.1",
"6.8.0-117.117.1",
"6.8.0-134.134.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-headers-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.11-cloud-tools-6.11.0-1016",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.11-headers-6.11.0-1016",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.11-lib-rust-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-lowlatency-hwe-6.11-tools-6.11.0-1016",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-modules-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1016-lowlatency",
"binary_version": "6.11.0-1016.17~24.04.1"
},
{
"binary_name": "linux-tools-6.11.0-1016-lowlatency-64k",
"binary_version": "6.11.0-1016.17~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-lowlatency-hwe-6.11",
"purl": "pkg:deb/ubuntu/linux-lowlatency-hwe-6.11@6.11.0-1016.17~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1009.10~24.04.1",
"6.11.0-1011.12~24.04.1",
"6.11.0-1012.13~24.04.1",
"6.11.0-1013.14~24.04.1",
"6.11.0-1014.15~24.04.1",
"6.11.0-1015.16~24.04.2",
"6.11.0-1016.17~24.04.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-buildinfo-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-headers-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-headers-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-modules-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-modules-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-nvidia-headers-6.8.0-1059",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-nvidia-tools-6.8.0-1059",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-tools-6.8.0-1059-nvidia",
"binary_version": "6.8.0-1059.62"
},
{
"binary_name": "linux-tools-6.8.0-1059-nvidia-64k",
"binary_version": "6.8.0-1059.62"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia",
"purl": "pkg:deb/ubuntu/linux-nvidia@6.8.0-1059.62?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1059.62"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1007.7",
"6.8.0-1008.8",
"6.8.0-1009.9",
"6.8.0-1010.10",
"6.8.0-1011.11",
"6.8.0-1012.12",
"6.8.0-1013.14",
"6.8.0-1014.15",
"6.8.0-1015.16",
"6.8.0-1017.19",
"6.8.0-1018.20",
"6.8.0-1019.21",
"6.8.0-1020.22",
"6.8.0-1021.23",
"6.8.0-1022.25",
"6.8.0-1023.26",
"6.8.0-1024.27",
"6.8.0-1025.28",
"6.8.0-1026.29",
"6.8.0-1027.30",
"6.8.0-1028.31",
"6.8.0-1029.32",
"6.8.0-1030.33",
"6.8.0-1031.34",
"6.8.0-1032.35",
"6.8.0-1035.38",
"6.8.0-1036.39",
"6.8.0-1038.41",
"6.8.0-1039.42",
"6.8.0-1040.43",
"6.8.0-1041.44",
"6.8.0-1042.45",
"6.8.0-1043.46",
"6.8.0-1044.47",
"6.8.0-1045.48",
"6.8.0-1046.49",
"6.8.0-1047.50",
"6.8.0-1049.52",
"6.8.0-1050.53",
"6.8.0-1051.54",
"6.8.0-1052.55",
"6.8.0-1054.57",
"6.8.0-1055.58",
"6.8.0-1058.61"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-buildinfo-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-headers-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-headers-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-extra-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-extra-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-nvidia-fs-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-modules-nvidia-fs-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-nvidia-6.11-headers-6.11.0-1016",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-nvidia-6.11-lib-rust-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-nvidia-6.11-tools-6.11.0-1016",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-tools-6.11.0-1016-nvidia",
"binary_version": "6.11.0-1016.16"
},
{
"binary_name": "linux-tools-6.11.0-1016-nvidia-64k",
"binary_version": "6.11.0-1016.16"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia-6.11",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.11@6.11.0-1016.16?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1002.2",
"6.11.0-1003.3",
"6.11.0-1007.7",
"6.11.0-1010.10",
"6.11.0-1011.11",
"6.11.0-1012.12",
"6.11.0-1013.13",
"6.11.0-1016.16"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-1026-nvidia",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-buildinfo-6.17.0-1026-nvidia-64k",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-headers-6.17.0-1026-nvidia",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-headers-6.17.0-1026-nvidia-64k",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1026-nvidia",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1026-nvidia-64k",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-modules-6.17.0-1026-nvidia",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-modules-6.17.0-1026-nvidia-64k",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-modules-nvidia-fs-6.17.0-1026-nvidia",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-modules-nvidia-fs-6.17.0-1026-nvidia-64k",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-nvidia-6.17-headers-6.17.0-1026",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-nvidia-6.17-tools-6.17.0-1026",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-tools-6.17.0-1026-nvidia",
"binary_version": "6.17.0-1026.26"
},
{
"binary_name": "linux-tools-6.17.0-1026-nvidia-64k",
"binary_version": "6.17.0-1026.26"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia-6.17",
"purl": "pkg:deb/ubuntu/linux-nvidia-6.17@6.17.0-1026.26?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1004.4",
"6.17.0-1008.8",
"6.17.0-1014.14",
"6.17.0-1018.18",
"6.17.0-1021.21",
"6.17.0-1026.26"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1059-nvidia-lowlatency",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1059-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-headers-6.8.0-1059-nvidia-lowlatency",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-headers-6.8.0-1059-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1059-nvidia-lowlatency",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1059-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-modules-6.8.0-1059-nvidia-lowlatency",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-modules-6.8.0-1059-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1059-nvidia-lowlatency",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1059-nvidia-lowlatency",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-modules-nvidia-fs-6.8.0-1059-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-nvidia-lowlatency-headers-6.8.0-1059",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-nvidia-lowlatency-tools-6.8.0-1059",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-tools-6.8.0-1059-nvidia-lowlatency",
"binary_version": "6.8.0-1059.62.1"
},
{
"binary_name": "linux-tools-6.8.0-1059-nvidia-lowlatency-64k",
"binary_version": "6.8.0-1059.62.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia-lowlatency",
"purl": "pkg:deb/ubuntu/linux-nvidia-lowlatency@6.8.0-1059.62.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1059.62.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1009.9.1",
"6.8.0-1011.11.1",
"6.8.0-1012.12.1",
"6.8.0-1013.14.1",
"6.8.0-1014.15.1",
"6.8.0-1015.16.1",
"6.8.0-1017.19.1",
"6.8.0-1018.20.1",
"6.8.0-1019.21.1",
"6.8.0-1020.22.1",
"6.8.0-1021.23.1",
"6.8.0-1022.25.2",
"6.8.0-1023.26.1",
"6.8.0-1024.27.1",
"6.8.0-1025.28.1",
"6.8.0-1026.29.1",
"6.8.0-1027.30.1",
"6.8.0-1028.31.1",
"6.8.0-1029.32.1",
"6.8.0-1030.33.1",
"6.8.0-1031.34.1",
"6.8.0-1032.35.1",
"6.8.0-1035.38.1",
"6.8.0-1036.39.1",
"6.8.0-1038.41.1",
"6.8.0-1039.42.1",
"6.8.0-1040.43.1",
"6.8.0-1041.44.1",
"6.8.0-1042.45.1",
"6.8.0-1043.46.1",
"6.8.0-1044.47.1",
"6.8.0-1045.48.1",
"6.8.0-1046.49.1",
"6.8.0-1047.50.1",
"6.8.0-1049.52.1",
"6.8.0-1050.53.1",
"6.8.0-1051.54.1",
"6.8.0-1052.55.1",
"6.8.0-1054.57.1",
"6.8.0-1055.58.1",
"6.8.0-1058.61.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1029-nvidia-tegra",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-buildinfo-6.8.0-1029-nvidia-tegra-rt",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-headers-6.8.0-1029-nvidia-tegra",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-headers-6.8.0-1029-nvidia-tegra-rt",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1029-nvidia-tegra",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1029-nvidia-tegra-rt",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-modules-6.8.0-1029-nvidia-tegra",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-modules-6.8.0-1029-nvidia-tegra-rt",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-modules-extra-6.8.0-1029-nvidia-tegra",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-modules-extra-6.8.0-1029-nvidia-tegra-rt",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-nvidia-tegra-headers-6.8.0-1029",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-nvidia-tegra-tools-6.8.0-1029",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-tools-6.8.0-1029-nvidia-tegra",
"binary_version": "6.8.0-1029.30"
},
{
"binary_name": "linux-tools-6.8.0-1029-nvidia-tegra-rt",
"binary_version": "6.8.0-1029.30"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-nvidia-tegra",
"purl": "pkg:deb/ubuntu/linux-nvidia-tegra@6.8.0-1029.30?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1003.3",
"6.8.0-1004.4",
"6.8.0-1008.8",
"6.8.0-1009.9",
"6.8.0-1010.10",
"6.8.0-1012.12",
"6.8.0-1013.13",
"6.8.0-1016.16",
"6.8.0-1019.19",
"6.8.0-1020.20",
"6.8.0-1021.21",
"6.8.0-1022.22",
"6.8.0-1023.23",
"6.8.0-1024.24",
"6.8.0-1025.25",
"6.8.0-1026.26",
"6.8.0-1029.30"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-headers-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-image-unsigned-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-ipu6-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-ipu7-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-iwlwifi-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-usbio-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-modules-vision-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-oem-6.11-headers-6.11.0-1027",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-oem-6.11-tools-6.11.0-1027",
"binary_version": "6.11.0-1027.27"
},
{
"binary_name": "linux-tools-6.11.0-1027-oem",
"binary_version": "6.11.0-1027.27"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oem-6.11",
"purl": "pkg:deb/ubuntu/linux-oem-6.11@6.11.0-1027.27?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.11.0-1007.7",
"6.11.0-1008.8",
"6.11.0-1009.9",
"6.11.0-1010.10",
"6.11.0-1011.11",
"6.11.0-1012.12",
"6.11.0-1013.13",
"6.11.0-1015.15",
"6.11.0-1016.16",
"6.11.0-1017.17",
"6.11.0-1018.18",
"6.11.0-1020.20",
"6.11.0-1021.21",
"6.11.0-1022.22",
"6.11.0-1023.23",
"6.11.0-1024.24",
"6.11.0-1025.25",
"6.11.0-1027.27"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-headers-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-ipu6-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-ipu7-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-iwlwifi-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-usbio-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-modules-vision-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-oem-6.14-headers-6.14.0-1020",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-oem-6.14-tools-6.14.0-1020",
"binary_version": "6.14.0-1020.20"
},
{
"binary_name": "linux-tools-6.14.0-1020-oem",
"binary_version": "6.14.0-1020.20"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oem-6.14",
"purl": "pkg:deb/ubuntu/linux-oem-6.14@6.14.0-1020.20?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1004.4",
"6.14.0-1005.5",
"6.14.0-1006.6",
"6.14.0-1007.7",
"6.14.0-1008.8",
"6.14.0-1010.10",
"6.14.0-1011.11",
"6.14.0-1012.12",
"6.14.0-1013.13",
"6.14.0-1014.14",
"6.14.0-1015.15",
"6.14.0-1016.16",
"6.14.0-1017.17",
"6.14.0-1018.18",
"6.14.0-1019.19",
"6.14.0-1020.20"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-headers-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-modules-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-modules-evdi-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-modules-ipu6-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-modules-ipu7-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-modules-iwlwifi-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-modules-usbio-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-modules-vision-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-oem-6.17-headers-6.17.0-1030",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-oem-6.17-tools-6.17.0-1030",
"binary_version": "6.17.0-1030.30"
},
{
"binary_name": "linux-tools-6.17.0-1030-oem",
"binary_version": "6.17.0-1030.30"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oem-6.17",
"purl": "pkg:deb/ubuntu/linux-oem-6.17@6.17.0-1030.30?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1005.5",
"6.17.0-1006.6",
"6.17.0-1007.7",
"6.17.0-1008.8",
"6.17.0-1009.9",
"6.17.0-1010.10",
"6.17.0-1011.11",
"6.17.0-1012.12",
"6.17.0-1017.17",
"6.17.0-1020.20",
"6.17.0-1023.23",
"6.17.0-1024.24",
"6.17.0-1025.25",
"6.17.0-1028.28",
"6.17.0-1030.30"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-headers-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-modules-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-modules-ipu6-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-modules-usbio-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-oem-6.8-headers-6.8.0-1032",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-oem-6.8-tools-6.8.0-1032",
"binary_version": "6.8.0-1032.32"
},
{
"binary_name": "linux-tools-6.8.0-1032-oem",
"binary_version": "6.8.0-1032.32"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oem-6.8",
"purl": "pkg:deb/ubuntu/linux-oem-6.8@6.8.0-1032.32?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1003.3",
"6.8.0-1004.4",
"6.8.0-1005.5",
"6.8.0-1006.6",
"6.8.0-1007.7",
"6.8.0-1008.8",
"6.8.0-1009.9",
"6.8.0-1010.10",
"6.8.0-1011.11",
"6.8.0-1012.12",
"6.8.0-1013.13",
"6.8.0-1014.14",
"6.8.0-1016.16",
"6.8.0-1017.17",
"6.8.0-1018.18",
"6.8.0-1019.19",
"6.8.0-1020.20",
"6.8.0-1024.24",
"6.8.0-1025.25",
"6.8.0-1026.26",
"6.8.0-1027.27",
"6.8.0-1028.28",
"6.8.0-1029.29",
"6.8.0-1030.30",
"6.8.0-1031.31",
"6.8.0-1032.32"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-buildinfo-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-headers-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-headers-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-modules-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-modules-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-modules-extra-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-modules-extra-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-oracle-headers-6.8.0-1058",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-oracle-tools-6.8.0-1058",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-tools-6.8.0-1058-oracle",
"binary_version": "6.8.0-1058.61"
},
{
"binary_name": "linux-tools-6.8.0-1058-oracle-64k",
"binary_version": "6.8.0-1058.61"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@6.8.0-1058.61?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1058.61"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1010.10",
"6.6.0-1001.1",
"6.8.0-1001.1",
"6.8.0-1004.4",
"6.8.0-1005.5",
"6.8.0-1006.6",
"6.8.0-1008.8",
"6.8.0-1010.10",
"6.8.0-1011.11",
"6.8.0-1012.12",
"6.8.0-1013.13",
"6.8.0-1014.14",
"6.8.0-1015.16",
"6.8.0-1016.17",
"6.8.0-1017.18",
"6.8.0-1018.19",
"6.8.0-1019.20",
"6.8.0-1020.21",
"6.8.0-1021.22",
"6.8.0-1022.23",
"6.8.0-1023.24",
"6.8.0-1024.25",
"6.8.0-1025.26",
"6.8.0-1026.27",
"6.8.0-1027.28",
"6.8.0-1028.29",
"6.8.0-1029.30",
"6.8.0-1030.31",
"6.8.0-1032.33",
"6.8.0-1033.34",
"6.8.0-1035.36",
"6.8.0-1037.38",
"6.8.0-1038.39",
"6.8.0-1039.40",
"6.8.0-1040.41",
"6.8.0-1041.42",
"6.8.0-1042.43",
"6.8.0-1043.44",
"6.8.0-1044.45",
"6.8.0-1047.48",
"6.8.0-1049.50",
"6.8.0-1050.51",
"6.8.0-1052.53",
"6.8.0-1054.55",
"6.8.0-1057.58"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-buildinfo-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-oracle-6.14-headers-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-oracle-6.14-tools-6.14.0-1018",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1018-oracle",
"binary_version": "6.14.0-1018.18~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1018-oracle-64k",
"binary_version": "6.14.0-1018.18~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oracle-6.14",
"purl": "pkg:deb/ubuntu/linux-oracle-6.14@6.14.0-1018.18~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1007.7~24.04.1",
"6.14.0-1009.9~24.04.1",
"6.14.0-1010.10~24.04.1",
"6.14.0-1011.11~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1015.15~24.04.1",
"6.14.0-1016.16~24.04.1",
"6.14.0-1017.17~24.04.1",
"6.14.0-1018.18~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-buildinfo-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-headers-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-headers-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-modules-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-modules-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-modules-extra-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-modules-extra-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-oracle-6.17-headers-6.17.0-1019",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-oracle-6.17-tools-6.17.0-1019",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-tools-6.17.0-1019-oracle",
"binary_version": "6.17.0-1019.19~24.04.3"
},
{
"binary_name": "linux-tools-6.17.0-1019-oracle-64k",
"binary_version": "6.17.0-1019.19~24.04.3"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-oracle-6.17",
"purl": "pkg:deb/ubuntu/linux-oracle-6.17@6.17.0-1019.19~24.04.3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1004.4~24.04.2",
"6.17.0-1007.7~24.04.1",
"6.17.0-1009.9~24.04.1",
"6.17.0-1010.10~24.04.1",
"6.17.0-1011.11~24.04.1",
"6.17.0-1014.14~24.04.1",
"6.17.0-1016.16~24.04.1",
"6.17.0-1018.18~24.04.1",
"6.17.0-1019.19~24.04.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-headers-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-image-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-modules-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-raspi-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-raspi-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.64"
},
{
"binary_name": "linux-tools-6.8.0-1060-raspi",
"binary_version": "6.8.0-1060.64"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-raspi",
"purl": "pkg:deb/ubuntu/linux-raspi@6.8.0-1060.64?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-1005.7",
"6.7.0-1001.1",
"6.8.0-1001.1",
"6.8.0-1002.2",
"6.8.0-1003.3",
"6.8.0-1004.4",
"6.8.0-1005.5",
"6.8.0-1006.6",
"6.8.0-1007.7",
"6.8.0-1008.8",
"6.8.0-1009.10",
"6.8.0-1010.11",
"6.8.0-1011.12",
"6.8.0-1012.13",
"6.8.0-1013.14",
"6.8.0-1014.16",
"6.8.0-1015.17",
"6.8.0-1016.18",
"6.8.0-1017.19",
"6.8.0-1018.20",
"6.8.0-1019.23",
"6.8.0-1020.24",
"6.8.0-1024.28",
"6.8.0-1028.32",
"6.8.0-1029.33",
"6.8.0-1030.34",
"6.8.0-1031.35",
"6.8.0-1032.36",
"6.8.0-1035.39",
"6.8.0-1036.40",
"6.8.0-1038.42",
"6.8.0-1039.43",
"6.8.0-1040.44",
"6.8.0-1041.45",
"6.8.0-1042.46",
"6.8.0-1043.47",
"6.8.0-1044.48",
"6.8.0-1045.49",
"6.8.0-1047.51",
"6.8.0-1048.52",
"6.8.0-1050.54",
"6.8.0-1051.55",
"6.8.0-1052.56",
"6.8.0-1053.57",
"6.8.0-1056.60",
"6.8.0-1057.61",
"6.8.0-1060.64"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-headers-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-image-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-modules-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-raspi-realtime-headers-6.8.0-2019",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-raspi-realtime-tools-6.8.0-2019",
"binary_version": "6.8.0-2019.20"
},
{
"binary_name": "linux-tools-6.8.0-2019-raspi-realtime",
"binary_version": "6.8.0-2019.20"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-raspi-realtime",
"purl": "pkg:deb/ubuntu/linux-raspi-realtime@6.8.0-2019.20?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-2019.20"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-cloud-tools-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-headers-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-image-unsigned-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-modules-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-modules-extra-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-realtime-cloud-tools-6.8.1-1015",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-realtime-headers-6.8.1-1015",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-realtime-tools-6.8.1-1015",
"binary_version": "6.8.1-1015.16"
},
{
"binary_name": "linux-tools-6.8.1-1015-realtime",
"binary_version": "6.8.1-1015.16"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@6.8.1-1015.16?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.1-1015.16"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-headers-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-image-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-modules-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-riscv-headers-6.8.0-60",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-riscv-tools-6.8.0-60",
"binary_version": "6.8.0-60.63.1"
},
{
"binary_name": "linux-tools-6.8.0-60-generic",
"binary_version": "6.8.0-60.63.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@6.8.0-60.63.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.5.0-9.9.1",
"6.8.0-20.20.1",
"6.8.0-28.28.1",
"6.8.0-31.31.1",
"6.8.0-35.35.1",
"6.8.0-36.36.1",
"6.8.0-38.38.1",
"6.8.0-39.39.1",
"6.8.0-40.40.1",
"6.8.0-41.41.1",
"6.8.0-44.44.1",
"6.8.0-47.47.1",
"6.8.0-48.48.1",
"6.8.0-49.49.1",
"6.8.0-50.51.1",
"6.8.0-51.52.1",
"6.8.0-52.53.1",
"6.8.0-53.55.1",
"6.8.0-55.57.1",
"6.8.0-56.58.1",
"6.8.0-57.59.1",
"6.8.0-58.60.1",
"6.8.0-59.61.1",
"6.8.0-60.63.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-image-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-riscv-6.14-headers-6.14.0-37",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-riscv-6.14-tools-6.14.0-37",
"binary_version": "6.14.0-37.37.1~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-37-generic",
"binary_version": "6.14.0-37.37.1~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-riscv-6.14",
"purl": "pkg:deb/ubuntu/linux-riscv-6.14@6.14.0-37.37.1~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-22.22.1~24.04.1",
"6.14.0-23.23.1~24.04.1",
"6.14.0-24.24.1~24.04.1",
"6.14.0-27.27.1~24.04.1",
"6.14.0-28.28.1~24.04.1",
"6.14.0-29.29.1~24.04.1",
"6.14.0-32.32.1~24.04.1",
"6.14.0-33.33.1~24.04.1",
"6.14.0-34.34.1~24.04.1",
"6.14.0-35.35.1~24.04.1",
"6.14.0-36.36.1~24.04.1",
"6.14.0-37.37.1~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-image-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-riscv-6.17-headers-6.17.0-38",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-riscv-6.17-tools-6.17.0-38",
"binary_version": "6.17.0-38.38.1~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-38-generic",
"binary_version": "6.17.0-38.38.1~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-riscv-6.17",
"purl": "pkg:deb/ubuntu/linux-riscv-6.17@6.17.0-38.38.1~24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-14.14.1~24.04.1",
"6.17.0-19.19.1~24.04.1",
"6.17.0-20.20.1~24.04.1",
"6.17.0-22.22.1~24.04.1",
"6.17.0-23.23.1~24.04.1",
"6.17.0-29.29.1~24.04.1",
"6.17.0-35.35.1~24.04.1",
"6.17.0-38.38.1~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1032-xilinx",
"binary_version": "6.8.0-1032.33"
},
{
"binary_name": "linux-headers-6.8.0-1032-xilinx",
"binary_version": "6.8.0-1032.33"
},
{
"binary_name": "linux-image-6.8.0-1032-xilinx",
"binary_version": "6.8.0-1032.33"
},
{
"binary_name": "linux-modules-6.8.0-1032-xilinx",
"binary_version": "6.8.0-1032.33"
},
{
"binary_name": "linux-tools-6.8.0-1032-xilinx",
"binary_version": "6.8.0-1032.33"
},
{
"binary_name": "linux-xilinx-headers-6.8.0-1032",
"binary_version": "6.8.0-1032.33"
},
{
"binary_name": "linux-xilinx-tools-6.8.0-1032",
"binary_version": "6.8.0-1032.33"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "linux-xilinx",
"purl": "pkg:deb/ubuntu/linux-xilinx@6.8.0-1032.33?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.9",
"6.8.0-1009.10",
"6.8.0-1011.12",
"6.8.0-1012.13",
"6.8.0-1013.14",
"6.8.0-1014.15",
"6.8.0-1015.16",
"6.8.0-1017.18",
"6.8.0-1018.19",
"6.8.0-1019.20",
"6.8.0-1020.21",
"6.8.0-1021.22",
"6.8.0-1022.23",
"6.8.0-1023.24",
"6.8.0-1024.25",
"6.8.0-1028.29",
"6.8.0-1029.30",
"6.8.0-1032.33"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-bluefield-headers-6.8.0-1026",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-bluefield-tools-6.8.0-1026",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-buildinfo-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-buildinfo-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-headers-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-headers-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-modules-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-modules-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-modules-extra-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-modules-extra-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-tools-6.8.0-1026-bluefield",
"binary_version": "6.8.0-1026.30"
},
{
"binary_name": "linux-tools-6.8.0-1026-bluefield-64k",
"binary_version": "6.8.0-1026.30"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Nvidia-BlueField:24.04:LTS",
"name": "linux-bluefield",
"purl": "pkg:deb/ubuntu/linux-bluefield@6.8.0-1026.30?arch=source\u0026distro=bluefield/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1011.15",
"6.8.0-1012.16",
"6.8.0-1013.17",
"6.8.0-1014.18",
"6.8.0-1016.20",
"6.8.0-1017.21",
"6.8.0-1022.26",
"6.8.0-1023.27",
"6.8.0-1026.30"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-fips-cloud-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-aws-fips-headers-6.8.0-1060",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-aws-fips-tools-6.8.0-1060",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-buildinfo-6.8.0-1060-aws-fips",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1060-aws-fips",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-headers-6.8.0-1060-aws-fips",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1060-aws-fips",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-6.8.0-1060-aws-fips",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-modules-6.8.0-1060-aws-fips",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1060-aws-fips",
"binary_version": "6.8.0-1060.63+fips1"
},
{
"binary_name": "linux-tools-6.8.0-1060-aws-fips",
"binary_version": "6.8.0-1060.63+fips1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:24.04:LTS",
"name": "linux-aws-fips",
"purl": "pkg:deb/ubuntu/linux-aws-fips@6.8.0-1060.63+fips1?arch=source\u0026distro=fips-updates/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1035.37+fips1",
"6.8.0-1036.38+fips1",
"6.8.0-1038.40+fips1",
"6.8.0-1039.41+fips1",
"6.8.0-1040.42+fips1",
"6.8.0-1041.43+fips1",
"6.8.0-1042.44+fips1",
"6.8.0-1043.45+fips1",
"6.8.0-1044.46+fips1",
"6.8.0-1045.47+fips1",
"6.8.0-1046.49+fips1",
"6.8.0-1047.50+fips1",
"6.8.0-1050.53+fips1",
"6.8.0-1051.54+fips1",
"6.8.0-1052.55+fips1",
"6.8.0-1053.56+fips1",
"6.8.0-1055.58+fips1",
"6.8.0-1057.60+fips1",
"6.8.0-1060.63+fips1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "linux-azure-fips-cloud-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-azure-fips-headers-6.8.0-1063",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-azure-fips-tools-6.8.0-1063",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-buildinfo-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-cloud-tools-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-headers-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-image-unsigned-hmac-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-modules-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-modules-extra-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-modules-involflt-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
},
{
"binary_name": "linux-tools-6.8.0-1063-azure-fips",
"binary_version": "6.8.0-1063.71+fips2"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:24.04:LTS",
"name": "linux-azure-fips",
"purl": "pkg:deb/ubuntu/linux-azure-fips@6.8.0-1063.71+fips2?arch=source\u0026distro=fips-updates/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1063.71+fips2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1034.39+fips1",
"6.8.0-1040.46+fips1",
"6.8.0-1044.50+fips1",
"6.8.0-1046.52+fips1",
"6.8.0-1047.53+fips1",
"6.8.0-1052.58+fips1",
"6.8.0-1053.59+fips1",
"6.8.0-1054.60+fips1",
"6.8.0-1059.65+fips1",
"6.8.0-1062.69+fips1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-cloud-tools-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-fips-cloud-tools-6.8.0-136",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-fips-headers-6.8.0-136",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-fips-lib-rust-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-fips-tools-6.8.0-136",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-headers-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-image-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-image-hmac-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-image-unsigned-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-image-unsigned-hmac-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-extra-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-ipu6-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-modules-usbio-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
},
{
"binary_name": "linux-tools-6.8.0-136-fips",
"binary_version": "6.8.0-136.136+fips2"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:24.04:LTS",
"name": "linux-fips",
"purl": "pkg:deb/ubuntu/linux-fips@6.8.0-136.136+fips2?arch=source\u0026distro=fips-updates/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-136.136+fips2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-38.38+fips4",
"6.8.0-78.78+fips1",
"6.8.0-79.79+fips1",
"6.8.0-83.83+fips1",
"6.8.0-84.84+fips1",
"6.8.0-85.85+fips1",
"6.8.0-86.87+fips1",
"6.8.0-87.88+fips1",
"6.8.0-88.89+fips1",
"6.8.0-90.91+fips1",
"6.8.0-94.96+fips1",
"6.8.0-100.100+fips1",
"6.8.0-101.101+fips1",
"6.8.0-106.106+fips1",
"6.8.0-107.107+fips1",
"6.8.0-110.110+fips2",
"6.8.0-111.111+fips1",
"6.8.0-116.116+fips1",
"6.8.0-124.124+fips1",
"6.8.0-134.134+fips1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-1064-gcp-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-gcp-fips-headers-6.8.0-1064",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-gcp-fips-tools-6.8.0-1064",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-headers-6.8.0-1064-gcp-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-image-unsigned-6.8.0-1064-gcp-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-image-unsigned-hmac-6.8.0-1064-gcp-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-modules-6.8.0-1064-gcp-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-modules-extra-6.8.0-1064-gcp-fips",
"binary_version": "6.8.0-1064.72+fips1"
},
{
"binary_name": "linux-tools-6.8.0-1064-gcp-fips",
"binary_version": "6.8.0-1064.72+fips1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:24.04:LTS",
"name": "linux-gcp-fips",
"purl": "pkg:deb/ubuntu/linux-gcp-fips@6.8.0-1064.72+fips1?arch=source\u0026distro=fips-updates/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.0-1064.72+fips1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1036.38+fips1",
"6.8.0-1037.39+fips1",
"6.8.0-1039.41+fips1",
"6.8.0-1040.42+fips1",
"6.8.0-1041.43+fips1",
"6.8.0-1042.45+fips1",
"6.8.0-1043.46+fips1",
"6.8.0-1044.47+fips1",
"6.8.0-1045.48+fips1",
"6.8.0-1046.49+fips1",
"6.8.0-1047.50+fips1",
"6.8.0-1048.51+fips1",
"6.8.0-1052.55+fips1",
"6.8.0-1053.56+fips1",
"6.8.0-1054.57+fips1",
"6.8.0-1055.58+fips1",
"6.8.0-1058.61+fips1",
"6.8.0-1060.63+fips1",
"6.8.0-1063.69+fips1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-headers-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-image-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-modules-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-raspi-realtime-headers-6.8.0-2049",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-raspi-realtime-tools-6.8.0-2049",
"binary_version": "6.8.0-2049.50"
},
{
"binary_name": "linux-tools-6.8.0-2049-raspi-realtime",
"binary_version": "6.8.0-2049.50"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:24.04:LTS",
"name": "linux-raspi-realtime",
"purl": "pkg:deb/ubuntu/linux-raspi-realtime@6.8.0-2049.50?arch=source\u0026distro=realtime/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.7.0-2001.1",
"6.8.0-2001.1",
"6.8.0-2002.2",
"6.8.0-2004.4",
"6.8.0-2005.5",
"6.8.0-2006.6",
"6.8.0-2007.7",
"6.8.0-2008.8",
"6.8.0-2009.9",
"6.8.0-2010.10",
"6.8.0-2011.11",
"6.8.0-2012.12",
"6.8.0-2013.14",
"6.8.0-2014.15",
"6.8.0-2015.16",
"6.8.0-2016.17",
"6.8.0-2017.18",
"6.8.0-2018.19",
"6.8.0-2019.20",
"6.8.0-2022.23",
"6.8.0-2023.24",
"6.8.0-2024.25",
"6.8.0-2025.26",
"6.8.0-2026.27",
"6.8.0-2028.29",
"6.8.0-2029.30",
"6.8.0-2030.31",
"6.8.0-2031.32",
"6.8.0-2032.33",
"6.8.0-2033.34",
"6.8.0-2034.35",
"6.8.0-2035.36",
"6.8.0-2036.37",
"6.8.0-2037.38",
"6.8.0-2038.39",
"6.8.0-2040.41",
"6.8.0-2041.42",
"6.8.0-2042.43",
"6.8.0-2043.44",
"6.8.0-2045.46",
"6.8.0-2046.47",
"6.8.0-2049.50"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "linux-buildinfo-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-cloud-tools-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-headers-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-image-unsigned-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-modules-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-modules-extra-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-modules-iwlwifi-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-realtime-cloud-tools-6.8.1-1056",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-realtime-headers-6.8.1-1056",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-realtime-tools-6.8.1-1056",
"binary_version": "6.8.1-1056.57"
},
{
"binary_name": "linux-tools-6.8.1-1056-realtime",
"binary_version": "6.8.1-1056.57"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:24.04:LTS",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@6.8.1-1056.57?arch=source\u0026distro=realtime/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.8.1-1056.57"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.8.0-1008.19",
"6.8.1-1001.1",
"6.8.1-1002.2",
"6.8.1-1003.3",
"6.8.1-1004.4",
"6.8.1-1005.5",
"6.8.1-1006.6",
"6.8.1-1007.7",
"6.8.1-1008.8",
"6.8.1-1009.9",
"6.8.1-1010.10",
"6.8.1-1011.11",
"6.8.1-1012.12",
"6.8.1-1013.14",
"6.8.1-1014.15",
"6.8.1-1015.16",
"6.8.1-1016.17",
"6.8.1-1017.18",
"6.8.1-1018.19",
"6.8.1-1019.20",
"6.8.1-1020.21",
"6.8.1-1021.22",
"6.8.1-1022.23",
"6.8.1-1023.24",
"6.8.1-1024.25",
"6.8.1-1025.26",
"6.8.1-1026.27",
"6.8.1-1030.31",
"6.8.1-1031.32",
"6.8.1-1033.34",
"6.8.1-1034.35",
"6.8.1-1035.36",
"6.8.1-1036.37",
"6.8.1-1037.38",
"6.8.1-1038.39",
"6.8.1-1039.40",
"6.8.1-1040.41",
"6.8.1-1041.42",
"6.8.1-1042.43",
"6.8.1-1045.46",
"6.8.1-1046.47",
"6.8.1-1047.48",
"6.8.1-1048.49",
"6.8.1-1051.52",
"6.8.1-1052.53",
"6.8.1-1055.56"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-headers-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-realtime-6.14-cloud-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-realtime-6.14-headers-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-realtime-6.14-tools-6.14.0-1017",
"binary_version": "6.14.0-1017.17~24.04.1"
},
{
"binary_name": "linux-tools-6.14.0-1017-realtime",
"binary_version": "6.14.0-1017.17~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:24.04:LTS",
"name": "linux-realtime-6.14",
"purl": "pkg:deb/ubuntu/linux-realtime-6.14@6.14.0-1017.17~24.04.1?arch=source\u0026distro=realtime/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1003.3~24.04.3",
"6.14.0-1010.10~24.04.1",
"6.14.0-1011.11~24.04.1",
"6.14.0-1012.12~24.04.1",
"6.14.0-1013.13~24.04.1",
"6.14.0-1014.14~24.04.1",
"6.14.0-1015.15~24.04.1",
"6.14.0-1016.16~24.04.1",
"6.14.0-1017.17~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-headers-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-modules-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-modules-extra-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-modules-iwlwifi-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-realtime-6.17-cloud-tools-6.17.0-1018",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-realtime-6.17-headers-6.17.0-1018",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-realtime-6.17-tools-6.17.0-1018",
"binary_version": "6.17.0-1018.20~24.04.1"
},
{
"binary_name": "linux-tools-6.17.0-1018-realtime",
"binary_version": "6.17.0-1018.20~24.04.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:Pro:Realtime:24.04:LTS",
"name": "linux-realtime-6.17",
"purl": "pkg:deb/ubuntu/linux-realtime-6.17@6.17.0-1018.20~24.04.1?arch=source\u0026distro=realtime/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1004.5~24.04.2",
"6.17.0-1006.7~24.04.1",
"6.17.0-1008.9~24.04.1",
"6.17.0-1009.10~24.04.1",
"6.17.0-1010.11~24.04.1",
"6.17.0-1011.12~24.04.1",
"6.17.0-1013.15~24.04.1",
"6.17.0-1014.16~24.04.1",
"6.17.0-1017.19~24.04.1",
"6.17.0-1018.20~24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "bpftool",
"binary_version": "7.7.0+6.17.0-40.40"
},
{
"binary_name": "linux-buildinfo-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-buildinfo-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-cloud-tools-6.17.0-40",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-cloud-tools-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-cloud-tools-common",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-headers-6.17.0-40",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-headers-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-headers-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-image-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-image-unsigned-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-image-unsigned-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-lib-rust-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-modules-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-modules-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-modules-ipu6-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-modules-ipu7-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-modules-iwlwifi-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-modules-usbio-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-modules-vision-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-perf",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-source-6.17.0",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-tools-6.17.0-40",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-tools-6.17.0-40-generic",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-tools-6.17.0-40-generic-64k",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-tools-common",
"binary_version": "6.17.0-40.40"
},
{
"binary_name": "linux-tools-host",
"binary_version": "6.17.0-40.40"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "linux",
"purl": "pkg:deb/ubuntu/linux@6.17.0-40.40?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-15.15",
"6.15.0-3.3",
"6.15.0-4.4",
"6.16.0-13.13",
"6.16.0-16.16",
"6.17.0-3.3",
"6.17.0-4.4",
"6.17.0-5.5",
"6.17.0-6.6",
"6.17.0-7.7",
"6.17.0-8.8",
"6.17.0-12.12",
"6.17.0-14.14",
"6.17.0-19.19",
"6.17.0-20.20",
"6.17.0-22.22",
"6.17.0-23.23",
"6.17.0-29.29",
"6.17.0-35.35",
"6.17.0-40.40"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-aws-cloud-tools-6.17.0-1019",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-aws-headers-6.17.0-1019",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-aws-tools-6.17.0-1019",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-buildinfo-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-buildinfo-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-headers-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-headers-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-modules-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-modules-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-tools-6.17.0-1019-aws",
"binary_version": "6.17.0-1019.19"
},
{
"binary_name": "linux-tools-6.17.0-1019-aws-64k",
"binary_version": "6.17.0-1019.19"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "linux-aws",
"purl": "pkg:deb/ubuntu/linux-aws@6.17.0-1019.19?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1005.5",
"6.14.0-1007.7+25.10.2",
"6.16.0-1001.1",
"6.17.0-1001.1",
"6.17.0-1002.2",
"6.17.0-1003.3",
"6.17.0-1004.4",
"6.17.0-1005.5",
"6.17.0-1006.6",
"6.17.0-1007.7",
"6.17.0-1009.9",
"6.17.0-1010.10",
"6.17.0-1012.12",
"6.17.0-1013.13",
"6.17.0-1015.15",
"6.17.0-1017.17",
"6.17.0-1019.19"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-cloud-tools-6.17.0-1020",
"binary_version": "6.17.0-1020.20"
},
{
"binary_name": "linux-azure-headers-6.17.0-1020",
"binary_version": "6.17.0-1020.20"
},
{
"binary_name": "linux-azure-tools-6.17.0-1020",
"binary_version": "6.17.0-1020.20"
},
{
"binary_name": "linux-buildinfo-6.17.0-1020-azure",
"binary_version": "6.17.0-1020.20"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1020-azure",
"binary_version": "6.17.0-1020.20"
},
{
"binary_name": "linux-headers-6.17.0-1020-azure",
"binary_version": "6.17.0-1020.20"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1020-azure",
"binary_version": "6.17.0-1020.20"
},
{
"binary_name": "linux-modules-6.17.0-1020-azure",
"binary_version": "6.17.0-1020.20"
},
{
"binary_name": "linux-tools-6.17.0-1020-azure",
"binary_version": "6.17.0-1020.20"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "linux-azure",
"purl": "pkg:deb/ubuntu/linux-azure@6.17.0-1020.20?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1004.4",
"6.14.0-1007.7+25.10.1",
"6.16.0-1001.1",
"6.17.0-1002.2",
"6.17.0-1003.3",
"6.17.0-1004.4",
"6.17.0-1006.6",
"6.17.0-1007.7",
"6.17.0-1008.8",
"6.17.0-1010.10",
"6.17.0-1011.11",
"6.17.0-1013.13",
"6.17.0-1015.15",
"6.17.0-1017.17",
"6.17.0-1018.18",
"6.17.0-1020.20"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-cloud-tools-6.17.0-1017",
"binary_version": "6.17.0-1017.17"
},
{
"binary_name": "linux-azure-fde-headers-6.17.0-1017",
"binary_version": "6.17.0-1017.17"
},
{
"binary_name": "linux-azure-fde-tools-6.17.0-1017",
"binary_version": "6.17.0-1017.17"
},
{
"binary_name": "linux-buildinfo-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17"
},
{
"binary_name": "linux-headers-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17"
},
{
"binary_name": "linux-modules-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17"
},
{
"binary_name": "linux-tools-6.17.0-1017-azure-fde",
"binary_version": "6.17.0-1017.17"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@6.17.0-1017.17?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.17.0-1003.3",
"6.17.0-1004.4",
"6.17.0-1005.5",
"6.17.0-1007.7",
"6.17.0-1008.8",
"6.17.0-1010.10",
"6.17.0-1012.12",
"6.17.0-1014.14",
"6.17.0-1015.15",
"6.17.0-1017.17"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-1020-gcp",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-buildinfo-6.17.0-1020-gcp-64k",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-gcp-headers-6.17.0-1020",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-gcp-tools-6.17.0-1020",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-headers-6.17.0-1020-gcp",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-headers-6.17.0-1020-gcp-64k",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1020-gcp",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1020-gcp-64k",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-modules-6.17.0-1020-gcp",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-modules-6.17.0-1020-gcp-64k",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-tools-6.17.0-1020-gcp",
"binary_version": "6.17.0-1020.22"
},
{
"binary_name": "linux-tools-6.17.0-1020-gcp-64k",
"binary_version": "6.17.0-1020.22"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "linux-gcp",
"purl": "pkg:deb/ubuntu/linux-gcp@6.17.0-1020.22?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1006.6",
"6.14.0-1009.9+25.10.1",
"6.16.0-1001.1",
"6.17.0-1001.1",
"6.17.0-1002.2",
"6.17.0-1003.3",
"6.17.0-1004.4",
"6.17.0-1005.5",
"6.17.0-1006.6",
"6.17.0-1007.7",
"6.17.0-1009.9",
"6.17.0-1010.10",
"6.17.0-1012.12",
"6.17.0-1013.13",
"6.17.0-1016.17",
"6.17.0-1018.19",
"6.17.0-1020.22"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-1018-oracle",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-buildinfo-6.17.0-1018-oracle-64k",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-headers-6.17.0-1018-oracle",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-headers-6.17.0-1018-oracle-64k",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1018-oracle",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1018-oracle-64k",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-modules-6.17.0-1018-oracle",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-modules-6.17.0-1018-oracle-64k",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-oracle-headers-6.17.0-1018",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-oracle-tools-6.17.0-1018",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-tools-6.17.0-1018-oracle",
"binary_version": "6.17.0-1018.18"
},
{
"binary_name": "linux-tools-6.17.0-1018-oracle-64k",
"binary_version": "6.17.0-1018.18"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "linux-oracle",
"purl": "pkg:deb/ubuntu/linux-oracle@6.17.0-1018.18?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1005.5",
"6.14.0-1007.7+25.10.1",
"6.16.0-1001.1",
"6.17.0-1001.1",
"6.17.0-1002.2",
"6.17.0-1003.3",
"6.17.0-1005.5",
"6.17.0-1006.6",
"6.17.0-1007.7",
"6.17.0-1009.9",
"6.17.0-1010.10",
"6.17.0-1011.11",
"6.17.0-1012.12",
"6.17.0-1014.14",
"6.17.0-1016.16",
"6.17.0-1018.18"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-1021-raspi",
"binary_version": "6.17.0-1021.21"
},
{
"binary_name": "linux-headers-6.17.0-1021-raspi",
"binary_version": "6.17.0-1021.21"
},
{
"binary_name": "linux-image-6.17.0-1021-raspi",
"binary_version": "6.17.0-1021.21"
},
{
"binary_name": "linux-modules-6.17.0-1021-raspi",
"binary_version": "6.17.0-1021.21"
},
{
"binary_name": "linux-raspi-headers-6.17.0-1021",
"binary_version": "6.17.0-1021.21"
},
{
"binary_name": "linux-raspi-tools-6.17.0-1021",
"binary_version": "6.17.0-1021.21"
},
{
"binary_name": "linux-tools-6.17.0-1021-raspi",
"binary_version": "6.17.0-1021.21"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "linux-raspi",
"purl": "pkg:deb/ubuntu/linux-raspi@6.17.0-1021.21?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1005.5",
"6.17.0-1003.3",
"6.17.0-1004.4",
"6.17.0-1005.5",
"6.17.0-1006.6",
"6.17.0-1007.7",
"6.17.0-1008.8",
"6.17.0-1010.10",
"6.17.0-1011.11",
"6.17.0-1013.13",
"6.17.0-1014.14",
"6.17.0-1017.17",
"6.17.0-1018.18",
"6.17.0-1021.21"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-1017-realtime",
"binary_version": "6.17.0-1017.19"
},
{
"binary_name": "linux-cloud-tools-6.17.0-1017-realtime",
"binary_version": "6.17.0-1017.19"
},
{
"binary_name": "linux-headers-6.17.0-1017-realtime",
"binary_version": "6.17.0-1017.19"
},
{
"binary_name": "linux-image-unsigned-6.17.0-1017-realtime",
"binary_version": "6.17.0-1017.19"
},
{
"binary_name": "linux-modules-6.17.0-1017-realtime",
"binary_version": "6.17.0-1017.19"
},
{
"binary_name": "linux-modules-iwlwifi-6.17.0-1017-realtime",
"binary_version": "6.17.0-1017.19"
},
{
"binary_name": "linux-realtime-cloud-tools-6.17.0-1017",
"binary_version": "6.17.0-1017.19"
},
{
"binary_name": "linux-realtime-headers-6.17.0-1017",
"binary_version": "6.17.0-1017.19"
},
{
"binary_name": "linux-realtime-tools-6.17.0-1017",
"binary_version": "6.17.0-1017.19"
},
{
"binary_name": "linux-tools-6.17.0-1017-realtime",
"binary_version": "6.17.0-1017.19"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "linux-realtime",
"purl": "pkg:deb/ubuntu/linux-realtime@6.17.0-1017.19?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-1002.2",
"6.17.0-1001.2",
"6.17.0-1002.3",
"6.17.0-1003.4",
"6.17.0-1004.5",
"6.17.0-1005.6",
"6.17.0-1006.7",
"6.17.0-1008.9",
"6.17.0-1009.10",
"6.17.0-1010.11",
"6.17.0-1011.12",
"6.17.0-1013.15",
"6.17.0-1014.16",
"6.17.0-1017.19"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-buildinfo-6.17.0-40-generic",
"binary_version": "6.17.0-40.40.1"
},
{
"binary_name": "linux-headers-6.17.0-40-generic",
"binary_version": "6.17.0-40.40.1"
},
{
"binary_name": "linux-image-6.17.0-40-generic",
"binary_version": "6.17.0-40.40.1"
},
{
"binary_name": "linux-modules-6.17.0-40-generic",
"binary_version": "6.17.0-40.40.1"
},
{
"binary_name": "linux-riscv-headers-6.17.0-40",
"binary_version": "6.17.0-40.40.1"
},
{
"binary_name": "linux-riscv-tools-6.17.0-40",
"binary_version": "6.17.0-40.40.1"
},
{
"binary_name": "linux-tools-6.17.0-40-generic",
"binary_version": "6.17.0-40.40.1"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "linux-riscv",
"purl": "pkg:deb/ubuntu/linux-riscv@6.17.0-40.40.1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.14.0-13.13.2",
"6.17.0-4.4.1",
"6.17.0-5.5.1",
"6.17.0-6.6.1",
"6.17.0-7.7.1",
"6.17.0-8.8.1",
"6.17.0-12.12.1",
"6.17.0-14.14.1",
"6.17.0-19.19.1",
"6.17.0-20.20.1",
"6.17.0-22.22.1",
"6.17.0-23.23.1",
"6.17.0-29.29.1",
"6.17.0-35.35.1",
"6.17.0-40.40.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "linux-azure-fde-cloud-tools-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-azure-fde-headers-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-azure-fde-tools-7.0.0-1009",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-buildinfo-7.0.0-1009-azure-fde",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-cloud-tools-7.0.0-1009-azure-fde",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-headers-7.0.0-1009-azure-fde",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-image-unsigned-7.0.0-1009-azure-fde",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-modules-7.0.0-1009-azure-fde",
"binary_version": "7.0.0-1009.9"
},
{
"binary_name": "linux-tools-7.0.0-1009-azure-fde",
"binary_version": "7.0.0-1009.9"
}
],
"priority_reason": "The vulnerability depends on add_adev() being called (only during device probe or hypervisor-initiated RDMA resume) and auxiliary_device_add() failing within it\u2014both are kernel-internal/hypervisor events the attacker cannot invoke or influence."
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "linux-azure-fde",
"purl": "pkg:deb/ubuntu/linux-azure-fde@7.0.0-1009.9?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.0.0-1003.3",
"7.0.0-1004.4",
"7.0.0-1006.6",
"7.0.0-1008.8",
"7.0.0-1009.9"
]
}
],
"aliases": [],
"details": "In the Linux kernel, the following vulnerability has been resolved: net: mana: fix use-after-free in add_adev() error path If auxiliary_device_add() fails, add_adev() jumps to add_fail and calls auxiliary_device_uninit(adev). The auxiliary device has its release callback set to adev_release(), which frees the containing struct mana_adev. Since adev is embedded in struct mana_adev, the subsequent fall-through to init_fail and access to adev-\u003eid may result in a use-after-free. Fix this by saving the allocated auxiliary device id in a local variable before calling auxiliary_device_add(), and use that saved id in the cleanup path after auxiliary_device_uninit().",
"id": "UBUNTU-CVE-2026-43056",
"modified": "2026-07-24T13:12:27Z",
"published": "2026-05-01T15:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-43056"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43056"
},
{
"type": "REPORT",
"url": "https://git.kernel.org/linus/c4ea7d8907cf72b259bf70bd8c2e791e1c4ff70f"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8567-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8574-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8574-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8595-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8596-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8595-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8606-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8607-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8608-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8609-1"
}
],
"related": [
"USN-8567-1",
"USN-8574-1",
"USN-8574-2",
"USN-8595-1",
"USN-8596-1",
"USN-8595-2",
"USN-8606-1",
"USN-8607-1",
"USN-8608-1",
"USN-8609-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "low",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-43056"
]
}
WID-SEC-W-2026-1346
Vulnerability from csaf_certbund - Published: 2026-05-03 22:00 - Updated: 2026-06-30 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:unspecified
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.20.25
Red Hat / OpenShift
|
Container Platform <4.20.25 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.13.68
Red Hat / OpenShift
|
Container Platform <4.13.68 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://lore.kernel.org/linux-cve-announce/ | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://msrc.microsoft.com/update-guide/ | external |
| https://linux.oracle.com/errata/ELSA-2026-50262.html | external |
| https://linux.oracle.com/errata/ELSA-2026-50260.html | external |
| https://linux.oracle.com/errata/ELSA-2026-50261.html | external |
| https://lists.opensuse.org/archives/list/security… | external |
| https://ubuntu.com/security/notices/USN-8277-1 | external |
| https://ubuntu.com/security/notices/USN-8278-1 | external |
| https://ubuntu.com/security/notices/USN-8279-1 | external |
| https://ubuntu.com/security/notices/USN-8281-1 | external |
| https://ubuntu.com/security/notices/USN-8289-1 | external |
| https://ubuntu.com/security/notices/USN-8280-1 | external |
| https://ubuntu.com/security/notices/USN-8305-1 | external |
| https://ubuntu.com/security/notices/USN-8305-2 | external |
| https://ubuntu.com/security/notices/USN-8278-2 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-8280-2 | external |
| https://ubuntu.com/security/notices/USN-8310-1 | external |
| https://ubuntu.com/security/notices/USN-8280-3 | external |
| https://access.redhat.com/errata/RHSA-2026:21557 | external |
| https://docs.cloud.google.com/container-optimized… | external |
| https://access.redhat.com/errata/RHSA-2026:21706 | external |
| https://access.redhat.com/errata/RHSA-2026:21556 | external |
| https://access.redhat.com/errata/RHSA-2026:21745 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://errata.build.resf.org/RLSA-2026:21706 | external |
| https://linux.oracle.com/errata/ELSA-2026-21706.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://errata.build.resf.org/RLSA-2026:21556 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.opensuse.org/archives/list/security… | external |
| https://lists.debian.org/debian-lts-announce/2026… | external |
| https://errata.build.resf.org/RLSA-2026:21745 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-8351-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-8350-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://ubuntu.com/security/notices/USN-8374-1 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:22940 | external |
| https://access.redhat.com/errata/RHSA-2026:23329 | external |
| https://access.redhat.com/errata/RHSA-2026:22964 | external |
| http://linux.oracle.com/errata/ELSA-2026-50293.html | external |
| https://access.redhat.com/errata/RHSA-2026:22900 | external |
| http://linux.oracle.com/errata/ELSA-2026-50294.html | external |
| https://access.redhat.com/errata/RHSA-2026:23237 | external |
| https://access.redhat.com/errata/RHSA-2026:23224 | external |
| http://linux.oracle.com/errata/ELSA-2026-50299.html | external |
| https://errata.build.resf.org/RLSA-2026:21557 | external |
| https://access.redhat.com/errata/RHSA-2026:24343 | external |
| https://lists.opensuse.org/archives/list/security… | external |
| https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.10-… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://linux.oracle.com/errata/ELSA-2026-50306.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:25217 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:25191 | external |
| https://access.redhat.com/errata/RHSA-2026:25120 | external |
| https://access.redhat.com/errata/RHSA-2026:25121 | external |
| https://ubuntu.com/security/notices/USN-8426-1 | external |
| https://errata.build.resf.org/RLSA-2026:25121 | external |
| https://errata.build.resf.org/RLSA-2026:25120 | external |
| https://errata.build.resf.org/RLSA-2026:25191 | external |
| https://errata.build.resf.org/RLSA-2026:25217 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:25534 | external |
| https://access.redhat.com/errata/RHSA-2026:25533 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://errata.build.resf.org/RXSA-2026:25217 | external |
| https://linux.oracle.com/errata/ELSA-2026-50318.html | external |
| https://access.redhat.com/errata/RHSA-2026:25193 | external |
| https://linux.oracle.com/errata/ELSA-2026-25121.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:25186 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:26535 | external |
| https://access.redhat.com/errata/RHSA-2026:25200 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:25181 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://linux.oracle.com/errata/ELSA-2026-50319.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:27288 | external |
| https://access.redhat.com/errata/RHSA-2026:27354 | external |
| https://access.redhat.com/errata/RHSA-2026:27789 | external |
| https://errata.build.resf.org/RLSA-2026:27354 | external |
| https://access.redhat.com/errata/RHSA-2026:27288 | external |
| https://lists.debian.org/debian-security-announce… | external |
| https://access.redhat.com/errata/RHSA-2026:27353 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.opensuse.org/archives/list/security… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:28749 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:28738 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:28750 | external |
| https://access.redhat.com/errata/RHSA-2026:28748 | external |
| https://access.redhat.com/errata/RHSA-2026:28742 | external |
| https://access.redhat.com/errata/RHSA-2026:28741 | external |
| https://access.redhat.com/errata/RHSA-2026:28740 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://access.redhat.com/errata/RHSA-2026:26528 | external |
| https://access.redhat.com/errata/RHSA-2026:26542 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| http://linux.oracle.com/errata/ELSA-2026-27789.html | external |
| https://errata.build.resf.org/RLSA-2026:30129 | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://linux.oracle.com/errata/ELSA-2026-24381.html | external |
| https://linux.oracle.com/errata/ELSA-2026-25217.html | external |
| https://github.com/0xCyberstan/CVE-2026-31694-POC | external |
{
"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 entfernter Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um Root-Rechte zu erlangen, um Sicherheitsmechanismen zu umgehen, einen Denial-of-Service-Zustand herbeizuf\u00fchren oder Auswirkungen unbestimmter Art zu erzielen.",
"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-2026-1346 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1346.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1346 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1346"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31693",
"url": "https://lore.kernel.org/linux-cve-announce/2026043004-CVE-2026-31693-f964@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31694",
"url": "https://lore.kernel.org/linux-cve-announce/2026050139-CVE-2026-31694-f974@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31695",
"url": "https://lore.kernel.org/linux-cve-announce/2026050141-CVE-2026-31695-813b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31696",
"url": "https://lore.kernel.org/linux-cve-announce/2026050118-CVE-2026-31696-d2de@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31697",
"url": "https://lore.kernel.org/linux-cve-announce/2026050118-CVE-2026-31697-febc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31698",
"url": "https://lore.kernel.org/linux-cve-announce/2026050118-CVE-2026-31698-c4df@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31699",
"url": "https://lore.kernel.org/linux-cve-announce/2026050119-CVE-2026-31699-5ba8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31700",
"url": "https://lore.kernel.org/linux-cve-announce/2026050119-CVE-2026-31700-c820@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31701",
"url": "https://lore.kernel.org/linux-cve-announce/2026050119-CVE-2026-31701-fb7c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31702",
"url": "https://lore.kernel.org/linux-cve-announce/2026050120-CVE-2026-31702-4062@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31703",
"url": "https://lore.kernel.org/linux-cve-announce/2026050120-CVE-2026-31703-4c22@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31704",
"url": "https://lore.kernel.org/linux-cve-announce/2026050120-CVE-2026-31704-1144@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31705",
"url": "https://lore.kernel.org/linux-cve-announce/2026050121-CVE-2026-31705-5bdc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31706",
"url": "https://lore.kernel.org/linux-cve-announce/2026050121-CVE-2026-31706-e8b1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31707",
"url": "https://lore.kernel.org/linux-cve-announce/2026050121-CVE-2026-31707-84d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31708",
"url": "https://lore.kernel.org/linux-cve-announce/2026050121-CVE-2026-31708-f27c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31709",
"url": "https://lore.kernel.org/linux-cve-announce/2026050122-CVE-2026-31709-335b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31710",
"url": "https://lore.kernel.org/linux-cve-announce/2026050122-CVE-2026-31710-511c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31711",
"url": "https://lore.kernel.org/linux-cve-announce/2026050122-CVE-2026-31711-ad49@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31712",
"url": "https://lore.kernel.org/linux-cve-announce/2026050123-CVE-2026-31712-b794@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31713",
"url": "https://lore.kernel.org/linux-cve-announce/2026050123-CVE-2026-31713-2109@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31714",
"url": "https://lore.kernel.org/linux-cve-announce/2026050123-CVE-2026-31714-88ae@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31715",
"url": "https://lore.kernel.org/linux-cve-announce/2026050123-CVE-2026-31715-891c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31716",
"url": "https://lore.kernel.org/linux-cve-announce/2026050124-CVE-2026-31716-7d8b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31717",
"url": "https://lore.kernel.org/linux-cve-announce/2026050124-CVE-2026-31717-f68b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31718",
"url": "https://lore.kernel.org/linux-cve-announce/2026050124-CVE-2026-31718-5752@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31719",
"url": "https://lore.kernel.org/linux-cve-announce/2026050125-CVE-2026-31719-3da7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31720",
"url": "https://lore.kernel.org/linux-cve-announce/2026050131-CVE-2026-31720-3b60@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31721",
"url": "https://lore.kernel.org/linux-cve-announce/2026050133-CVE-2026-31721-3c17@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31722",
"url": "https://lore.kernel.org/linux-cve-announce/2026050134-CVE-2026-31722-2c70@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31723",
"url": "https://lore.kernel.org/linux-cve-announce/2026050134-CVE-2026-31723-a0a7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31724",
"url": "https://lore.kernel.org/linux-cve-announce/2026050134-CVE-2026-31724-d3e4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31725",
"url": "https://lore.kernel.org/linux-cve-announce/2026050135-CVE-2026-31725-6c90@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31726",
"url": "https://lore.kernel.org/linux-cve-announce/2026050135-CVE-2026-31726-0cb8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31727",
"url": "https://lore.kernel.org/linux-cve-announce/2026050135-CVE-2026-31727-0070@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31728",
"url": "https://lore.kernel.org/linux-cve-announce/2026050136-CVE-2026-31728-47b6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31729",
"url": "https://lore.kernel.org/linux-cve-announce/2026050136-CVE-2026-31729-6350@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31730",
"url": "https://lore.kernel.org/linux-cve-announce/2026050136-CVE-2026-31730-ff8a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31731",
"url": "https://lore.kernel.org/linux-cve-announce/2026050136-CVE-2026-31731-b01e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31732",
"url": "https://lore.kernel.org/linux-cve-announce/2026050137-CVE-2026-31732-c3a5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31733",
"url": "https://lore.kernel.org/linux-cve-announce/2026050137-CVE-2026-31733-aaa2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31734",
"url": "https://lore.kernel.org/linux-cve-announce/2026050137-CVE-2026-31734-da05@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31735",
"url": "https://lore.kernel.org/linux-cve-announce/2026050138-CVE-2026-31735-436c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31736",
"url": "https://lore.kernel.org/linux-cve-announce/2026050138-CVE-2026-31736-c2a4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31737",
"url": "https://lore.kernel.org/linux-cve-announce/2026050138-CVE-2026-31737-1078@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31738",
"url": "https://lore.kernel.org/linux-cve-announce/2026050138-CVE-2026-31738-7d4e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31739",
"url": "https://lore.kernel.org/linux-cve-announce/2026050139-CVE-2026-31739-4bc1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31740",
"url": "https://lore.kernel.org/linux-cve-announce/2026050139-CVE-2026-31740-70c8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31741",
"url": "https://lore.kernel.org/linux-cve-announce/2026050139-CVE-2026-31741-08c6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31742",
"url": "https://lore.kernel.org/linux-cve-announce/2026050140-CVE-2026-31742-e1b4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31743",
"url": "https://lore.kernel.org/linux-cve-announce/2026050140-CVE-2026-31743-e8c6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31744",
"url": "https://lore.kernel.org/linux-cve-announce/2026050140-CVE-2026-31744-50c5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31745",
"url": "https://lore.kernel.org/linux-cve-announce/2026050141-CVE-2026-31745-566d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31746",
"url": "https://lore.kernel.org/linux-cve-announce/2026050141-CVE-2026-31746-82d7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31747",
"url": "https://lore.kernel.org/linux-cve-announce/2026050141-CVE-2026-31747-430e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31748",
"url": "https://lore.kernel.org/linux-cve-announce/2026050141-CVE-2026-31748-ab3e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31749",
"url": "https://lore.kernel.org/linux-cve-announce/2026050142-CVE-2026-31749-e7d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31750",
"url": "https://lore.kernel.org/linux-cve-announce/2026050142-CVE-2026-31750-2118@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31751",
"url": "https://lore.kernel.org/linux-cve-announce/2026050142-CVE-2026-31751-f6c7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31752",
"url": "https://lore.kernel.org/linux-cve-announce/2026050143-CVE-2026-31752-5596@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31753",
"url": "https://lore.kernel.org/linux-cve-announce/2026050143-CVE-2026-31753-cec6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31754",
"url": "https://lore.kernel.org/linux-cve-announce/2026050143-CVE-2026-31754-ab16@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31755",
"url": "https://lore.kernel.org/linux-cve-announce/2026050143-CVE-2026-31755-c004@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31756",
"url": "https://lore.kernel.org/linux-cve-announce/2026050144-CVE-2026-31756-87ec@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31757",
"url": "https://lore.kernel.org/linux-cve-announce/2026050144-CVE-2026-31757-89cb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31758",
"url": "https://lore.kernel.org/linux-cve-announce/2026050144-CVE-2026-31758-8487@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31759",
"url": "https://lore.kernel.org/linux-cve-announce/2026050145-CVE-2026-31759-426b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31760",
"url": "https://lore.kernel.org/linux-cve-announce/2026050145-CVE-2026-31760-05cb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31761",
"url": "https://lore.kernel.org/linux-cve-announce/2026050145-CVE-2026-31761-6af9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31762",
"url": "https://lore.kernel.org/linux-cve-announce/2026050146-CVE-2026-31762-c535@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31763",
"url": "https://lore.kernel.org/linux-cve-announce/2026050146-CVE-2026-31763-cd98@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31764",
"url": "https://lore.kernel.org/linux-cve-announce/2026050146-CVE-2026-31764-8607@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31766",
"url": "https://lore.kernel.org/linux-cve-announce/2026050147-CVE-2026-31766-dd6d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31767",
"url": "https://lore.kernel.org/linux-cve-announce/2026050147-CVE-2026-31767-cfcf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31768",
"url": "https://lore.kernel.org/linux-cve-announce/2026050147-CVE-2026-31768-6fbc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31769",
"url": "https://lore.kernel.org/linux-cve-announce/2026050148-CVE-2026-31769-8cd1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31770",
"url": "https://lore.kernel.org/linux-cve-announce/2026050148-CVE-2026-31770-f142@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31771",
"url": "https://lore.kernel.org/linux-cve-announce/2026050148-CVE-2026-31771-9cd0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31772",
"url": "https://lore.kernel.org/linux-cve-announce/2026050149-CVE-2026-31772-2024@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31773",
"url": "https://lore.kernel.org/linux-cve-announce/2026050149-CVE-2026-31773-e287@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31774",
"url": "https://lore.kernel.org/linux-cve-announce/2026050149-CVE-2026-31774-5303@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31775",
"url": "https://lore.kernel.org/linux-cve-announce/2026050149-CVE-2026-31775-366f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31776",
"url": "https://lore.kernel.org/linux-cve-announce/2026050150-CVE-2026-31776-8e0f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31777",
"url": "https://lore.kernel.org/linux-cve-announce/2026050150-CVE-2026-31777-20f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31778",
"url": "https://lore.kernel.org/linux-cve-announce/2026050150-CVE-2026-31778-5ddb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31779",
"url": "https://lore.kernel.org/linux-cve-announce/2026050151-CVE-2026-31779-a44d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31780",
"url": "https://lore.kernel.org/linux-cve-announce/2026050151-CVE-2026-31780-b92a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31781",
"url": "https://lore.kernel.org/linux-cve-announce/2026050151-CVE-2026-31781-8a5d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31782",
"url": "https://lore.kernel.org/linux-cve-announce/2026050151-CVE-2026-31782-0f2d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31783",
"url": "https://lore.kernel.org/linux-cve-announce/2026050152-CVE-2026-31783-782b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31784",
"url": "https://lore.kernel.org/linux-cve-announce/2026050152-CVE-2026-31784-66d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-31785",
"url": "https://lore.kernel.org/linux-cve-announce/2026050152-CVE-2026-31785-e014@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43004",
"url": "https://lore.kernel.org/linux-cve-announce/2026050153-CVE-2026-43004-13b2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43005",
"url": "https://lore.kernel.org/linux-cve-announce/2026050153-CVE-2026-43005-d389@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43006",
"url": "https://lore.kernel.org/linux-cve-announce/2026050153-CVE-2026-43006-e4be@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43007",
"url": "https://lore.kernel.org/linux-cve-announce/2026050154-CVE-2026-43007-469f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43008",
"url": "https://lore.kernel.org/linux-cve-announce/2026050154-CVE-2026-43008-bd5e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43009",
"url": "https://lore.kernel.org/linux-cve-announce/2026050154-CVE-2026-43009-5444@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43010",
"url": "https://lore.kernel.org/linux-cve-announce/2026050154-CVE-2026-43010-aef9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43011",
"url": "https://lore.kernel.org/linux-cve-announce/2026050155-CVE-2026-43011-dc56@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43012",
"url": "https://lore.kernel.org/linux-cve-announce/2026050155-CVE-2026-43012-a6fd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43013",
"url": "https://lore.kernel.org/linux-cve-announce/2026050155-CVE-2026-43013-be27@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43014",
"url": "https://lore.kernel.org/linux-cve-announce/2026050156-CVE-2026-43014-d106@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43015",
"url": "https://lore.kernel.org/linux-cve-announce/2026050156-CVE-2026-43015-9063@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43016",
"url": "https://lore.kernel.org/linux-cve-announce/2026050156-CVE-2026-43016-78fc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43017",
"url": "https://lore.kernel.org/linux-cve-announce/2026050157-CVE-2026-43017-fefa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43018",
"url": "https://lore.kernel.org/linux-cve-announce/2026050157-CVE-2026-43018-b74a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43019",
"url": "https://lore.kernel.org/linux-cve-announce/2026050157-CVE-2026-43019-0c5c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43020",
"url": "https://lore.kernel.org/linux-cve-announce/2026050157-CVE-2026-43020-3561@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43021",
"url": "https://lore.kernel.org/linux-cve-announce/2026050158-CVE-2026-43021-ed82@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43022",
"url": "https://lore.kernel.org/linux-cve-announce/2026050158-CVE-2026-43022-00f0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43023",
"url": "https://lore.kernel.org/linux-cve-announce/2026050158-CVE-2026-43023-19eb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43024",
"url": "https://lore.kernel.org/linux-cve-announce/2026050159-CVE-2026-43024-9383@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43025",
"url": "https://lore.kernel.org/linux-cve-announce/2026050159-CVE-2026-43025-5b63@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43026",
"url": "https://lore.kernel.org/linux-cve-announce/2026050159-CVE-2026-43026-88d7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43027",
"url": "https://lore.kernel.org/linux-cve-announce/2026050159-CVE-2026-43027-5711@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43028",
"url": "https://lore.kernel.org/linux-cve-announce/2026050100-CVE-2026-43028-bbeb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43029",
"url": "https://lore.kernel.org/linux-cve-announce/2026050100-CVE-2026-43029-5cdf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43030",
"url": "https://lore.kernel.org/linux-cve-announce/2026050100-CVE-2026-43030-58b8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43031",
"url": "https://lore.kernel.org/linux-cve-announce/2026050101-CVE-2026-43031-f267@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43032",
"url": "https://lore.kernel.org/linux-cve-announce/2026050101-CVE-2026-43032-a377@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43033",
"url": "https://lore.kernel.org/linux-cve-announce/2026050101-CVE-2026-43033-25c2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43034",
"url": "https://lore.kernel.org/linux-cve-announce/2026050102-CVE-2026-43034-f539@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43035",
"url": "https://lore.kernel.org/linux-cve-announce/2026050102-CVE-2026-43035-2731@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43036",
"url": "https://lore.kernel.org/linux-cve-announce/2026050102-CVE-2026-43036-1ff1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43037",
"url": "https://lore.kernel.org/linux-cve-announce/2026050102-CVE-2026-43037-0346@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43038",
"url": "https://lore.kernel.org/linux-cve-announce/2026050103-CVE-2026-43038-b591@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43039",
"url": "https://lore.kernel.org/linux-cve-announce/2026050103-CVE-2026-43039-ff5c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43040",
"url": "https://lore.kernel.org/linux-cve-announce/2026050103-CVE-2026-43040-8fa0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43041",
"url": "https://lore.kernel.org/linux-cve-announce/2026050104-CVE-2026-43041-eac4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43042",
"url": "https://lore.kernel.org/linux-cve-announce/2026050104-CVE-2026-43042-8e66@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43043",
"url": "https://lore.kernel.org/linux-cve-announce/2026050104-CVE-2026-43043-6997@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43044",
"url": "https://lore.kernel.org/linux-cve-announce/2026050104-CVE-2026-43044-36a8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43045",
"url": "https://lore.kernel.org/linux-cve-announce/2026050105-CVE-2026-43045-de58@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43046",
"url": "https://lore.kernel.org/linux-cve-announce/2026050105-CVE-2026-43046-0fa9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43047",
"url": "https://lore.kernel.org/linux-cve-announce/2026050105-CVE-2026-43047-13ab@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43048",
"url": "https://lore.kernel.org/linux-cve-announce/2026050106-CVE-2026-43048-ec58@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43049",
"url": "https://lore.kernel.org/linux-cve-announce/2026050106-CVE-2026-43049-224e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43050",
"url": "https://lore.kernel.org/linux-cve-announce/2026050106-CVE-2026-43050-1cd2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43051",
"url": "https://lore.kernel.org/linux-cve-announce/2026050107-CVE-2026-43051-0d15@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43052",
"url": "https://lore.kernel.org/linux-cve-announce/2026050107-CVE-2026-43052-10fe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43053",
"url": "https://lore.kernel.org/linux-cve-announce/2026050107-CVE-2026-43053-7db1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43054",
"url": "https://lore.kernel.org/linux-cve-announce/2026050107-CVE-2026-43054-95b4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43055",
"url": "https://lore.kernel.org/linux-cve-announce/2026050108-CVE-2026-43055-5bb1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43056",
"url": "https://lore.kernel.org/linux-cve-announce/2026050108-CVE-2026-43056-fefd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43057",
"url": "https://lore.kernel.org/linux-cve-announce/2026050108-CVE-2026-43057-4807@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2026-43058",
"url": "https://lore.kernel.org/linux-cve-announce/2026050254-CVE-2026-43058-4a86@gregkh/"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6253 vom 2026-05-08",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00164.html"
},
{
"category": "external",
"summary": "Microsoft Security Update Guide vom 2026-05-12",
"url": "https://msrc.microsoft.com/update-guide/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50262 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50262.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50260 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50260.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50261 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50261.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10793-1 vom 2026-05-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BSZ44DGPO3T5P4RTV22AC4NIYWE4LZQN/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8277-1 vom 2026-05-20",
"url": "https://ubuntu.com/security/notices/USN-8277-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8278-1 vom 2026-05-20",
"url": "https://ubuntu.com/security/notices/USN-8278-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8279-1 vom 2026-05-20",
"url": "https://ubuntu.com/security/notices/USN-8279-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8281-1 vom 2026-05-20",
"url": "https://ubuntu.com/security/notices/USN-8281-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8289-1 vom 2026-05-21",
"url": "https://ubuntu.com/security/notices/USN-8289-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8280-1 vom 2026-05-26",
"url": "https://ubuntu.com/security/notices/USN-8280-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8305-1 vom 2026-05-26",
"url": "https://ubuntu.com/security/notices/USN-8305-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8305-2 vom 2026-05-26",
"url": "https://ubuntu.com/security/notices/USN-8305-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8278-2 vom 2026-05-26",
"url": "https://ubuntu.com/security/notices/USN-8278-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2068-1 vom 2026-05-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026278.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8280-2 vom 2026-05-26",
"url": "https://ubuntu.com/security/notices/USN-8280-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8310-1 vom 2026-05-26",
"url": "https://ubuntu.com/security/notices/USN-8310-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8280-3 vom 2026-05-26",
"url": "https://ubuntu.com/security/notices/USN-8280-3"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21557 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21557"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2026-05-27",
"url": "https://docs.cloud.google.com/container-optimized-os/docs/release-notes#May_26_2026"
},
{
"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:21556 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21556"
},
{
"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": "SUSE Security Update SUSE-SU-2026:21841-1 vom 2026-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026384.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21706 vom 2026-05-31",
"url": "https://errata.build.resf.org/RLSA-2026:21706"
},
{
"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": "SUSE Security Update SUSE-SU-2026:2111-1 vom 2026-05-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026397.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21556 vom 2026-05-30",
"url": "https://errata.build.resf.org/RLSA-2026:21556"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21834-1 vom 2026-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026381.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20826-1 vom 2026-05-29",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7D6UU5UPSRF74AUKK2CVVWC3NKU2VIUP/"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4606 vom 2026-05-29",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00051.html"
},
{
"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": "SUSE Security Update SUSE-SU-2026:2195-1 vom 2026-06-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026416.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21845-1 vom 2026-06-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026437.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8351-1 vom 2026-06-01",
"url": "https://ubuntu.com/security/notices/USN-8351-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2202-1 vom 2026-06-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026424.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21860-1 vom 2026-06-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026426.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8350-1 vom 2026-06-01",
"url": "https://ubuntu.com/security/notices/USN-8350-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21916-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026478.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2217-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026441.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2216-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026444.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2215-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026445.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21947-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026447.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21919-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026475.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21877-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026514.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21876-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026515.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21868-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026522.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21866-1 vom 2026-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026524.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8374-1 vom 2026-06-02",
"url": "https://ubuntu.com/security/notices/USN-8374-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2238-1 vom 2026-06-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026559.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22940 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:22940"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:23329 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:23329"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22964 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:22964"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50293 vom 2026-06-04",
"url": "http://linux.oracle.com/errata/ELSA-2026-50293.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22900 vom 2026-06-03",
"url": "https://access.redhat.com/errata/RHSA-2026:22900"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50294 vom 2026-06-04",
"url": "http://linux.oracle.com/errata/ELSA-2026-50294.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:23237 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:23237"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:23224 vom 2026-06-04",
"url": "https://access.redhat.com/errata/RHSA-2026:23224"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50299 vom 2026-06-04",
"url": "http://linux.oracle.com/errata/ELSA-2026-50299.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21557 vom 2026-06-04",
"url": "https://errata.build.resf.org/RLSA-2026:21557"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:24343 vom 2026-06-08",
"url": "https://access.redhat.com/errata/RHSA-2026:24343"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20912-1 vom 2026-06-08",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FZM3URQQWLAAXA44ZXVWIGRPJ3OVLFFC/"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.10-2026-121 vom 2026-06-08",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.10-2026-121.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22043-1 vom 2026-06-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026665.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50306 vom 2026-06-09",
"url": "https://linux.oracle.com/errata/ELSA-2026-50306.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2310-1 vom 2026-06-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026651.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22048-1 vom 2026-06-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026660.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2317-1 vom 2026-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026672.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25217 vom 2026-06-11",
"url": "https://access.redhat.com/errata/RHSA-2026:25217"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2331-1 vom 2026-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026686.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2332-1 vom 2026-06-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026685.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25191 vom 2026-06-11",
"url": "https://access.redhat.com/errata/RHSA-2026:25191"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25120 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25120"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25121 vom 2026-06-10",
"url": "https://access.redhat.com/errata/RHSA-2026:25121"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8426-1 vom 2026-06-12",
"url": "https://ubuntu.com/security/notices/USN-8426-1"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25121 vom 2026-06-12",
"url": "https://errata.build.resf.org/RLSA-2026:25121"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25120 vom 2026-06-12",
"url": "https://errata.build.resf.org/RLSA-2026:25120"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25191 vom 2026-06-13",
"url": "https://errata.build.resf.org/RLSA-2026:25191"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:25217 vom 2026-06-13",
"url": "https://errata.build.resf.org/RLSA-2026:25217"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2383-1 vom 2026-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026723.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25534 vom 2026-06-12",
"url": "https://access.redhat.com/errata/RHSA-2026:25534"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25533 vom 2026-06-13",
"url": "https://access.redhat.com/errata/RHSA-2026:25533"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22087-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026746.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22076-1 vom 2026-06-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026754.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RXSA-2026:25217 vom 2026-06-15",
"url": "https://errata.build.resf.org/RXSA-2026:25217"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50318 vom 2026-06-16",
"url": "https://linux.oracle.com/errata/ELSA-2026-50318.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25193 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:25193"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-25121 vom 2026-06-16",
"url": "https://linux.oracle.com/errata/ELSA-2026-25121.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22108-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026784.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2421-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026795.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22099-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026791.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25186 vom 2026-06-16",
"url": "https://access.redhat.com/errata/RHSA-2026:25186"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22127-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026776.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22117-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026781.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22100-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026790.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22112-1 vom 2026-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026783.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26535 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:26535"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25200 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:25200"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22137-1 vom 2026-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026807.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:25181 vom 2026-06-17",
"url": "https://access.redhat.com/errata/RHSA-2026:25181"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22140-1 vom 2026-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026804.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50319 vom 2026-06-18",
"url": "https://linux.oracle.com/errata/ELSA-2026-50319.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2450-1 vom 2026-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026829.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:27288 vom 2026-06-20",
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:27354 vom 2026-06-19",
"url": "https://access.redhat.com/errata/RHSA-2026:27354"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:27789 vom 2026-06-22",
"url": "https://access.redhat.com/errata/RHSA-2026:27789"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:27354 vom 2026-06-22",
"url": "https://errata.build.resf.org/RLSA-2026:27354"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:27288 vom 2026-06-19",
"url": "https://access.redhat.com/errata/RHSA-2026:27288"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6355 vom 2026-06-22",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00266.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:27353 vom 2026-06-19",
"url": "https://access.redhat.com/errata/RHSA-2026:27353"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2500-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026867.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2496-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026868.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20965-1 vom 2026-06-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EBEPI66NBU2PRJRDQFZ674MJNRDDMJUE/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2591-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026952.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:28749 vom 2026-06-24",
"url": "https://access.redhat.com/errata/RHSA-2026:28749"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2571-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026954.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2588-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026953.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2503-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026874.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:28738 vom 2026-06-24",
"url": "https://access.redhat.com/errata/RHSA-2026:28738"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2559-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026938.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2567-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026939.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2532-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026940.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2594-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026950.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2511-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026871.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2520-1 vom 2026-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026872.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:28750 vom 2026-06-24",
"url": "https://access.redhat.com/errata/RHSA-2026:28750"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:28748 vom 2026-06-24",
"url": "https://access.redhat.com/errata/RHSA-2026:28748"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:28742 vom 2026-06-24",
"url": "https://access.redhat.com/errata/RHSA-2026:28742"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:28741 vom 2026-06-24",
"url": "https://access.redhat.com/errata/RHSA-2026:28741"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:28740 vom 2026-06-24",
"url": "https://access.redhat.com/errata/RHSA-2026:28740"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2601-1 vom 2026-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026970.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2610-1 vom 2026-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026974.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2608-1 vom 2026-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026972.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2607-1 vom 2026-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026973.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26528 vom 2026-06-25",
"url": "https://access.redhat.com/errata/RHSA-2026:26528"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:26542 vom 2026-06-25",
"url": "https://access.redhat.com/errata/RHSA-2026:26542"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2638-1 vom 2026-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027011.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:2658-1 vom 2026-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027023.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-27789 vom 2026-06-27",
"url": "http://linux.oracle.com/errata/ELSA-2026-27789.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:30129 vom 2026-06-27",
"url": "https://errata.build.resf.org/RLSA-2026:30129"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22282-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027042.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22283-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027041.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22288-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027037.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22279-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027045.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22277-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027047.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22276-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027048.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22280-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027044.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22278-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027046.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:22281-1 vom 2026-06-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/027043.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-24381 vom 2026-06-30",
"url": "https://linux.oracle.com/errata/ELSA-2026-24381.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-25217 vom 2026-06-30",
"url": "https://linux.oracle.com/errata/ELSA-2026-25217.html"
},
{
"category": "external",
"summary": "PoC CVE-2026-31694 vom 2026-06-30",
"url": "https://github.com/0xCyberstan/CVE-2026-31694-POC"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-30T22:00:00.000+00:00",
"generator": {
"date": "2026-06-30T14:50:56.553+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1346",
"initial_release_date": "2026-05-03T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-10T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-17T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-26T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE, Rocky Enterprise Software Foundation, Oracle Linux, openSUSE und Debian aufgenommen"
},
{
"date": "2026-06-01T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2026-06-02T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2026-06-04T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE, Red Hat, Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-08T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von openSUSE und Amazon aufgenommen"
},
{
"date": "2026-06-09T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-06-10T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2026-06-11T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-06-14T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Rocky Enterprise Software Foundation, SUSE und Red Hat aufgenommen"
},
{
"date": "2026-06-15T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-06-16T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-06-17T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-06-18T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-21T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat, Rocky Enterprise Software Foundation und Debian aufgenommen"
},
{
"date": "2026-06-22T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-23T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von openSUSE, SUSE und Red Hat aufgenommen"
},
{
"date": "2026-06-24T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-28T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von SUSE, Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-06-29T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-06-30T22:00:00.000+00:00",
"number": "31",
"summary": "PoC f\u00fcr CVE-2026-31694 aufgenommen"
}
],
"status": "final",
"version": "31"
}
},
"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": [
{
"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": "azl3",
"product": {
"name": "Microsoft Azure Linux azl3",
"product_id": "T049210",
"product_identification_helper": {
"cpe": "cpe:/o:microsoft:azure_linux:azl3"
}
}
}
],
"category": "product_name",
"name": "Azure Linux"
}
],
"category": "vendor",
"name": "Microsoft"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T028463",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:unspecified"
}
}
}
],
"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": [
{
"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:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.20.25",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.20.25",
"product_id": "T055429"
}
},
{
"category": "product_version",
"name": "Container Platform 4.20.25",
"product": {
"name": "Red Hat OpenShift Container Platform 4.20.25",
"product_id": "T055429-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.20.25"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.68",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.68",
"product_id": "T055798"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.68",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.68",
"product_id": "T055798-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.68"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"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-2026-23234",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-23234"
},
{
"cve": "CVE-2026-31693",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31693"
},
{
"cve": "CVE-2026-31694",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31694"
},
{
"cve": "CVE-2026-31695",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31695"
},
{
"cve": "CVE-2026-31696",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31696"
},
{
"cve": "CVE-2026-31697",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31697"
},
{
"cve": "CVE-2026-31698",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31698"
},
{
"cve": "CVE-2026-31699",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31699"
},
{
"cve": "CVE-2026-31700",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31700"
},
{
"cve": "CVE-2026-31701",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31701"
},
{
"cve": "CVE-2026-31702",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31702"
},
{
"cve": "CVE-2026-31703",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31703"
},
{
"cve": "CVE-2026-31704",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31704"
},
{
"cve": "CVE-2026-31705",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31705"
},
{
"cve": "CVE-2026-31706",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31706"
},
{
"cve": "CVE-2026-31707",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31707"
},
{
"cve": "CVE-2026-31708",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31708"
},
{
"cve": "CVE-2026-31709",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31709"
},
{
"cve": "CVE-2026-31710",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31710"
},
{
"cve": "CVE-2026-31711",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31711"
},
{
"cve": "CVE-2026-31712",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31712"
},
{
"cve": "CVE-2026-31713",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31713"
},
{
"cve": "CVE-2026-31714",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31714"
},
{
"cve": "CVE-2026-31715",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31715"
},
{
"cve": "CVE-2026-31716",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31716"
},
{
"cve": "CVE-2026-31717",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31717"
},
{
"cve": "CVE-2026-31718",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31718"
},
{
"cve": "CVE-2026-31719",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31719"
},
{
"cve": "CVE-2026-31720",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31720"
},
{
"cve": "CVE-2026-31721",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31721"
},
{
"cve": "CVE-2026-31722",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31722"
},
{
"cve": "CVE-2026-31723",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31723"
},
{
"cve": "CVE-2026-31724",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31724"
},
{
"cve": "CVE-2026-31725",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31725"
},
{
"cve": "CVE-2026-31726",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31726"
},
{
"cve": "CVE-2026-31727",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31727"
},
{
"cve": "CVE-2026-31728",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31728"
},
{
"cve": "CVE-2026-31729",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31729"
},
{
"cve": "CVE-2026-31730",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31730"
},
{
"cve": "CVE-2026-31731",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31731"
},
{
"cve": "CVE-2026-31732",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31732"
},
{
"cve": "CVE-2026-31733",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31733"
},
{
"cve": "CVE-2026-31734",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31734"
},
{
"cve": "CVE-2026-31735",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31735"
},
{
"cve": "CVE-2026-31736",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31736"
},
{
"cve": "CVE-2026-31737",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31737"
},
{
"cve": "CVE-2026-31738",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31738"
},
{
"cve": "CVE-2026-31739",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31739"
},
{
"cve": "CVE-2026-31740",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31740"
},
{
"cve": "CVE-2026-31741",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31741"
},
{
"cve": "CVE-2026-31742",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31742"
},
{
"cve": "CVE-2026-31743",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31743"
},
{
"cve": "CVE-2026-31744",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31744"
},
{
"cve": "CVE-2026-31745",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31745"
},
{
"cve": "CVE-2026-31746",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31746"
},
{
"cve": "CVE-2026-31747",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31747"
},
{
"cve": "CVE-2026-31748",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31748"
},
{
"cve": "CVE-2026-31749",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31749"
},
{
"cve": "CVE-2026-31750",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31750"
},
{
"cve": "CVE-2026-31751",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31751"
},
{
"cve": "CVE-2026-31752",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31752"
},
{
"cve": "CVE-2026-31753",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31753"
},
{
"cve": "CVE-2026-31754",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31754"
},
{
"cve": "CVE-2026-31755",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31755"
},
{
"cve": "CVE-2026-31756",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31756"
},
{
"cve": "CVE-2026-31757",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31757"
},
{
"cve": "CVE-2026-31758",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31758"
},
{
"cve": "CVE-2026-31759",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31759"
},
{
"cve": "CVE-2026-31760",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31760"
},
{
"cve": "CVE-2026-31761",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31761"
},
{
"cve": "CVE-2026-31762",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31762"
},
{
"cve": "CVE-2026-31763",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31763"
},
{
"cve": "CVE-2026-31764",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31764"
},
{
"cve": "CVE-2026-31766",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31766"
},
{
"cve": "CVE-2026-31767",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31767"
},
{
"cve": "CVE-2026-31768",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31768"
},
{
"cve": "CVE-2026-31769",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31769"
},
{
"cve": "CVE-2026-31770",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31770"
},
{
"cve": "CVE-2026-31771",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31771"
},
{
"cve": "CVE-2026-31772",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31772"
},
{
"cve": "CVE-2026-31773",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31773"
},
{
"cve": "CVE-2026-31774",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31774"
},
{
"cve": "CVE-2026-31775",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31775"
},
{
"cve": "CVE-2026-31776",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31776"
},
{
"cve": "CVE-2026-31777",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31777"
},
{
"cve": "CVE-2026-31778",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31778"
},
{
"cve": "CVE-2026-31779",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31779"
},
{
"cve": "CVE-2026-31780",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31780"
},
{
"cve": "CVE-2026-31781",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31781"
},
{
"cve": "CVE-2026-31782",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31782"
},
{
"cve": "CVE-2026-31783",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31783"
},
{
"cve": "CVE-2026-31784",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31784"
},
{
"cve": "CVE-2026-31785",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-31785"
},
{
"cve": "CVE-2026-43004",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43004"
},
{
"cve": "CVE-2026-43005",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43005"
},
{
"cve": "CVE-2026-43006",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43006"
},
{
"cve": "CVE-2026-43007",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43007"
},
{
"cve": "CVE-2026-43008",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43008"
},
{
"cve": "CVE-2026-43009",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43009"
},
{
"cve": "CVE-2026-43010",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43010"
},
{
"cve": "CVE-2026-43011",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43011"
},
{
"cve": "CVE-2026-43012",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43012"
},
{
"cve": "CVE-2026-43013",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43013"
},
{
"cve": "CVE-2026-43014",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43014"
},
{
"cve": "CVE-2026-43015",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43015"
},
{
"cve": "CVE-2026-43016",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43016"
},
{
"cve": "CVE-2026-43017",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43017"
},
{
"cve": "CVE-2026-43018",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43018"
},
{
"cve": "CVE-2026-43019",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43019"
},
{
"cve": "CVE-2026-43020",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43020"
},
{
"cve": "CVE-2026-43021",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43021"
},
{
"cve": "CVE-2026-43022",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43022"
},
{
"cve": "CVE-2026-43023",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43023"
},
{
"cve": "CVE-2026-43024",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43024"
},
{
"cve": "CVE-2026-43025",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43025"
},
{
"cve": "CVE-2026-43026",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43026"
},
{
"cve": "CVE-2026-43027",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43027"
},
{
"cve": "CVE-2026-43028",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43028"
},
{
"cve": "CVE-2026-43029",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43029"
},
{
"cve": "CVE-2026-43030",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43030"
},
{
"cve": "CVE-2026-43031",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43031"
},
{
"cve": "CVE-2026-43032",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43032"
},
{
"cve": "CVE-2026-43033",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43033"
},
{
"cve": "CVE-2026-43034",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43034"
},
{
"cve": "CVE-2026-43035",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43035"
},
{
"cve": "CVE-2026-43036",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43036"
},
{
"cve": "CVE-2026-43037",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43037"
},
{
"cve": "CVE-2026-43038",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43038"
},
{
"cve": "CVE-2026-43039",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43039"
},
{
"cve": "CVE-2026-43040",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43040"
},
{
"cve": "CVE-2026-43041",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43041"
},
{
"cve": "CVE-2026-43042",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43042"
},
{
"cve": "CVE-2026-43043",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43043"
},
{
"cve": "CVE-2026-43044",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43044"
},
{
"cve": "CVE-2026-43045",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43045"
},
{
"cve": "CVE-2026-43046",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43046"
},
{
"cve": "CVE-2026-43047",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43047"
},
{
"cve": "CVE-2026-43048",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43048"
},
{
"cve": "CVE-2026-43049",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43049"
},
{
"cve": "CVE-2026-43050",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43050"
},
{
"cve": "CVE-2026-43051",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43051"
},
{
"cve": "CVE-2026-43052",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43052"
},
{
"cve": "CVE-2026-43053",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43053"
},
{
"cve": "CVE-2026-43054",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43054"
},
{
"cve": "CVE-2026-43055",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43055"
},
{
"cve": "CVE-2026-43056",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43056"
},
{
"cve": "CVE-2026-43057",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43057"
},
{
"cve": "CVE-2026-43058",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T055429",
"T004914",
"T032255",
"T055798",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"T049210",
"1607324"
]
},
"release_date": "2026-05-03T22:00:00.000+00:00",
"title": "CVE-2026-43058"
}
]
}
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.