Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-31677 (GCVE-0-2026-31677)
Vulnerability from cvelistv5 – Published: 2026-04-25 08:46 – Updated: 2026-05-11 22:13| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
e870456d8e7c8d57c059ea479b5aadbb55ff4c3a , < 9bf3e6ccfdcfe56ae3190d1ae987dacf1cfef4f9
(git)
Affected: e870456d8e7c8d57c059ea479b5aadbb55ff4c3a , < 07c6f6ffe29009426f0bd4d3cfbb6308b8ea8453 (git) Affected: e870456d8e7c8d57c059ea479b5aadbb55ff4c3a , < 4a264b2614c73c96666e196bbabe0cead52bdba7 (git) Affected: e870456d8e7c8d57c059ea479b5aadbb55ff4c3a , < 8eceab19eba9dcbfd2a0daec72e1bf48aa100170 (git) |
|
| Linux | Linux |
Affected:
4.14
Unaffected: 0 , < 4.14 (semver) Unaffected: 6.12.83 , ≤ 6.12.* (semver) Unaffected: 6.18.24 , ≤ 6.18.* (semver) Unaffected: 6.19.14 , ≤ 6.19.* (semver) Unaffected: 7.0 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"crypto/af_alg.c",
"crypto/algif_skcipher.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "9bf3e6ccfdcfe56ae3190d1ae987dacf1cfef4f9",
"status": "affected",
"version": "e870456d8e7c8d57c059ea479b5aadbb55ff4c3a",
"versionType": "git"
},
{
"lessThan": "07c6f6ffe29009426f0bd4d3cfbb6308b8ea8453",
"status": "affected",
"version": "e870456d8e7c8d57c059ea479b5aadbb55ff4c3a",
"versionType": "git"
},
{
"lessThan": "4a264b2614c73c96666e196bbabe0cead52bdba7",
"status": "affected",
"version": "e870456d8e7c8d57c059ea479b5aadbb55ff4c3a",
"versionType": "git"
},
{
"lessThan": "8eceab19eba9dcbfd2a0daec72e1bf48aa100170",
"status": "affected",
"version": "e870456d8e7c8d57c059ea479b5aadbb55ff4c3a",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"crypto/af_alg.c",
"crypto/algif_skcipher.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "4.14"
},
{
"lessThan": "4.14",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.83",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.24",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.14",
"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.12.83",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.24",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.14",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0",
"versionStartIncluding": "4.14",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: af_alg - limit RX SG extraction by receive buffer budget\n\nMake af_alg_get_rsgl() limit each RX scatterlist extraction to the\nremaining receive buffer budget.\n\naf_alg_get_rsgl() currently uses af_alg_readable() only as a gate\nbefore extracting data into the RX scatterlist. Limit each extraction\nto the remaining af_alg_rcvbuf(sk) budget so that receive-side\naccounting matches the amount of data attached to the request.\n\nIf skcipher cannot obtain enough RX space for at least one chunk while\nmore data remains to be processed, reject the recvmsg call instead of\nrounding the request length down to zero."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T22:13:30.305Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/9bf3e6ccfdcfe56ae3190d1ae987dacf1cfef4f9"
},
{
"url": "https://git.kernel.org/stable/c/07c6f6ffe29009426f0bd4d3cfbb6308b8ea8453"
},
{
"url": "https://git.kernel.org/stable/c/4a264b2614c73c96666e196bbabe0cead52bdba7"
},
{
"url": "https://git.kernel.org/stable/c/8eceab19eba9dcbfd2a0daec72e1bf48aa100170"
}
],
"title": "crypto: af_alg - limit RX SG extraction by receive buffer budget",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-31677",
"datePublished": "2026-04-25T08:46:53.379Z",
"dateReserved": "2026-03-09T15:48:24.130Z",
"dateUpdated": "2026-05-11T22:13:30.305Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-31677",
"date": "2026-07-26",
"epss": "0.00114",
"percentile": "0.01738"
},
"microsoft_vex": {
"current_release_date": "2026-06-28T14:02:12.000Z",
"cve": "CVE-2026-31677",
"id": "msrc_CVE-2026-31677",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"product_status:known_affected": "7",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "crypto: af_alg - limit RX SG extraction by receive buffer budget",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-31677.json",
"version": "8"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-31677\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-04-25T09:16:01.330\",\"lastModified\":\"2026-06-17T10:34:13.220\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ncrypto: af_alg - limit RX SG extraction by receive buffer budget\\n\\nMake af_alg_get_rsgl() limit each RX scatterlist extraction to the\\nremaining receive buffer budget.\\n\\naf_alg_get_rsgl() currently uses af_alg_readable() only as a gate\\nbefore extracting data into the RX scatterlist. Limit each extraction\\nto the remaining af_alg_rcvbuf(sk) budget so that receive-side\\naccounting matches the amount of data attached to the request.\\n\\nIf skcipher cannot obtain enough RX space for at least one chunk while\\nmore data remains to be processed, reject the recvmsg call instead of\\nrounding the request length down to zero.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"crypto/af_alg.c\",\"crypto/algif_skcipher.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"e870456d8e7c8d57c059ea479b5aadbb55ff4c3a\",\"lessThan\":\"9bf3e6ccfdcfe56ae3190d1ae987dacf1cfef4f9\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e870456d8e7c8d57c059ea479b5aadbb55ff4c3a\",\"lessThan\":\"07c6f6ffe29009426f0bd4d3cfbb6308b8ea8453\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e870456d8e7c8d57c059ea479b5aadbb55ff4c3a\",\"lessThan\":\"4a264b2614c73c96666e196bbabe0cead52bdba7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e870456d8e7c8d57c059ea479b5aadbb55ff4c3a\",\"lessThan\":\"8eceab19eba9dcbfd2a0daec72e1bf48aa100170\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"crypto/af_alg.c\",\"crypto/algif_skcipher.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.14\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.14\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.83\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.24\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.14\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.14\",\"versionEndExcluding\":\"6.12.83\",\"matchCriteriaId\":\"58CEE9D1-D59E-4E24-A222-20946659E048\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.24\",\"matchCriteriaId\":\"8126B8B8-6D0B-4443-86C1-672AEE893555\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.14\",\"matchCriteriaId\":\"D6A8A074-BBF4-4803-ABED-519A839435BB\"},{\"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\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"1D2315C0-D46F-4F85-9754-F9E5E11374A6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"512EE3A8-A590-4501-9A94-5D4B268D6138\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/07c6f6ffe29009426f0bd4d3cfbb6308b8ea8453\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/4a264b2614c73c96666e196bbabe0cead52bdba7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8eceab19eba9dcbfd2a0daec72e1bf48aa100170\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9bf3e6ccfdcfe56ae3190d1ae987dacf1cfef4f9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Low",
"current_release_date": "2026-06-28T07:27:13+00:00",
"cve": "CVE-2026-31677",
"id": "CVE-2026-31677",
"initial_release_date": "2026-04-25T00:00:00+00:00",
"product_status:fixed": "612",
"product_status:known_affected": "70",
"product_status:known_not_affected": "42",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: crypto: af_alg - limit RX SG extraction by receive buffer budget",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-31677.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-15T05:20:47Z",
"cve": "CVE-2026-31677",
"id": "CVE-2026-31677",
"initial_release_date": "2026-04-26T01:52:44Z",
"product_status:known_affected": "197",
"product_status:known_not_affected": "21",
"product_status:recommended": "131",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-31677",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-31677.json",
"version": "8"
}
}
}
alsa-2026:19074
Vulnerability from osv_almalinux
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
- kernel: Linux kernel: Denial of Service in authencesn due to too-short AAD (CVE-2026-23060)
- kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431)
- kernel: crypto: af_alg - limit RX SG extraction by receive buffer budget (CVE-2026-31677)
- kernel: "Dirty Frag" ESP XFRM variant is a new universal Local Privilege Escalation (LPE) vulnerability in the Linux kernel (CVE-2026-43284)
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": "AlmaLinux:10",
"name": "kernel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-abi-stablelists"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-cross-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-extra-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools-libs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-uki-virt-addons"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "libperf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "python3-perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "rtla"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "rv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.7.3.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system. \n\nSecurity Fix(es): \n\n * kernel: Linux kernel: Denial of Service in authencesn due to too-short AAD (CVE-2026-23060)\n * kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431)\n * kernel: crypto: af_alg - limit RX SG extraction by receive buffer budget (CVE-2026-31677)\n * kernel: \"Dirty Frag\" ESP XFRM variant is a new universal Local Privilege Escalation (LPE) vulnerability in the Linux kernel (CVE-2026-43284)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:19074",
"modified": "2026-05-26T12:35:12Z",
"published": "2026-05-19T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:19074"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-23060"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-31431"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-31677"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-43284"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2436779"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2460538"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2461763"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2467771"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-19074.html"
}
],
"related": [
"CVE-2026-23060",
"CVE-2026-31431",
"CVE-2026-31677",
"CVE-2026-43284"
],
"summary": "Important: kernel security update"
}
alsa-2026:19225
Vulnerability from osv_almalinux
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
- kernel: Linux kernel: Denial of Service in authencesn due to too-short AAD (CVE-2026-23060)
- kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431)
- kernel: crypto: af_alg - limit RX SG extraction by receive buffer budget (CVE-2026-31677)
- kernel: "Dirty Frag" ESP XFRM variant is a new universal Local Privilege Escalation (LPE) vulnerability in the Linux kernel (CVE-2026-43284)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-abi-stablelists"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-cross-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-tools"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-tools-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-tools-libs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-uki-virt-addons"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "libperf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3-perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rtla"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.5.3.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system. \n\nSecurity Fix(es): \n\n * kernel: Linux kernel: Denial of Service in authencesn due to too-short AAD (CVE-2026-23060)\n * kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431)\n * kernel: crypto: af_alg - limit RX SG extraction by receive buffer budget (CVE-2026-31677)\n * kernel: \"Dirty Frag\" ESP XFRM variant is a new universal Local Privilege Escalation (LPE) vulnerability in the Linux kernel (CVE-2026-43284)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:19225",
"modified": "2026-05-26T12:35:02Z",
"published": "2026-05-19T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:19225"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-23060"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-31431"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-31677"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-43284"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2436779"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2460538"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2461763"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2467771"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-19225.html"
}
],
"related": [
"CVE-2026-23060",
"CVE-2026-31431",
"CVE-2026-31677",
"CVE-2026-43284"
],
"summary": "Important: kernel security update"
}
CERTFR-2026-AVI-0548
Vulnerability from certfr_avis - Published: 2026-05-07 - Updated: 2026-05-07
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Debian. Certaines d'entre elles permettent à un attaquant de provoquer une élévation de privilèges, une atteinte à la confidentialité des données et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Debian trixie versions ant\u00e9rieures \u00e0 6.12.85-1",
"product": {
"name": "Debian",
"vendor": {
"name": "Debian",
"scada": false
}
}
},
{
"description": "Debian trixie versions ant\u00e9rieures \u00e0 version 6.1.170-1",
"product": {
"name": "Debian",
"vendor": {
"name": "Debian",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-31559",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31559"
},
{
"name": "CVE-2026-31623",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31623"
},
{
"name": "CVE-2026-31483",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31483"
},
{
"name": "CVE-2026-31409",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31409"
},
{
"name": "CVE-2026-31522",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31522"
},
{
"name": "CVE-2026-31770",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31770"
},
{
"name": "CVE-2026-23447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23447"
},
{
"name": "CVE-2026-31582",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31582"
},
{
"name": "CVE-2026-23387",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23387"
},
{
"name": "CVE-2026-31619",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31619"
},
{
"name": "CVE-2026-31658",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31658"
},
{
"name": "CVE-2026-31618",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31618"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2026-31756",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31756"
},
{
"name": "CVE-2026-31467",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31467"
},
{
"name": "CVE-2026-23318",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23318"
},
{
"name": "CVE-2026-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23368"
},
{
"name": "CVE-2026-31485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31485"
},
{
"name": "CVE-2026-23475",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23475"
},
{
"name": "CVE-2026-31578",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31578"
},
{
"name": "CVE-2025-40147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40147"
},
{
"name": "CVE-2026-31754",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31754"
},
{
"name": "CVE-2026-31402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31402"
},
{
"name": "CVE-2025-40219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40219"
},
{
"name": "CVE-2026-23426",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23426"
},
{
"name": "CVE-2026-31758",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31758"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2025-71265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71265"
},
{
"name": "CVE-2026-23450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23450"
},
{
"name": "CVE-2026-23281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23281"
},
{
"name": "CVE-2026-31530",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31530"
},
{
"name": "CVE-2025-71221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71221"
},
{
"name": "CVE-2026-31685",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31685"
},
{
"name": "CVE-2026-31416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31416"
},
{
"name": "CVE-2026-31656",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31656"
},
{
"name": "CVE-2025-39764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39764"
},
{
"name": "CVE-2026-31453",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31453"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2026-31593",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31593"
},
{
"name": "CVE-2026-23438",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23438"
},
{
"name": "CVE-2026-23293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23293"
},
{
"name": "CVE-2026-23463",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23463"
},
{
"name": "CVE-2026-23227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23227"
},
{
"name": "CVE-2026-23454",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23454"
},
{
"name": "CVE-2026-31405",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31405"
},
{
"name": "CVE-2026-43054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43054"
},
{
"name": "CVE-2026-23465",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23465"
},
{
"name": "CVE-2026-31664",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31664"
},
{
"name": "CVE-2026-31542",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31542"
},
{
"name": "CVE-2026-31473",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31473"
},
{
"name": "CVE-2026-23297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23297"
},
{
"name": "CVE-2026-31556",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31556"
},
{
"name": "CVE-2026-31528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31528"
},
{
"name": "CVE-2026-31448",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31448"
},
{
"name": "CVE-2026-31597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31597"
},
{
"name": "CVE-2025-21709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21709"
},
{
"name": "CVE-2026-22981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22981"
},
{
"name": "CVE-2026-31550",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31550"
},
{
"name": "CVE-2026-31487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31487"
},
{
"name": "CVE-2026-23290",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23290"
},
{
"name": "CVE-2026-31549",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31549"
},
{
"name": "CVE-2026-31752",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31752"
},
{
"name": "CVE-2025-40016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40016"
},
{
"name": "CVE-2026-31787",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31787"
},
{
"name": "CVE-2025-38626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38626"
},
{
"name": "CVE-2026-23303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23303"
},
{
"name": "CVE-2026-43011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43011"
},
{
"name": "CVE-2025-68175",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68175"
},
{
"name": "CVE-2026-31396",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31396"
},
{
"name": "CVE-2026-23461",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23461"
},
{
"name": "CVE-2026-31680",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31680"
},
{
"name": "CVE-2026-31586",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31586"
},
{
"name": "CVE-2026-23340",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23340"
},
{
"name": "CVE-2026-43046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43046"
},
{
"name": "CVE-2025-68334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68334"
},
{
"name": "CVE-2026-31738",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31738"
},
{
"name": "CVE-2026-23441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23441"
},
{
"name": "CVE-2026-23210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23210"
},
{
"name": "CVE-2025-40005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40005"
},
{
"name": "CVE-2026-31751",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31751"
},
{
"name": "CVE-2026-23380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23380"
},
{
"name": "CVE-2026-23383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23383"
},
{
"name": "CVE-2026-31462",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31462"
},
{
"name": "CVE-2026-23412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23412"
},
{
"name": "CVE-2026-23439",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23439"
},
{
"name": "CVE-2026-23253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23253"
},
{
"name": "CVE-2026-43025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43025"
},
{
"name": "CVE-2026-31581",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31581"
},
{
"name": "CVE-2026-31721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31721"
},
{
"name": "CVE-2026-31617",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31617"
},
{
"name": "CVE-2026-23271",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23271"
},
{
"name": "CVE-2025-68265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68265"
},
{
"name": "CVE-2026-23434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23434"
},
{
"name": "CVE-2026-31655",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31655"
},
{
"name": "CVE-2026-31611",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31611"
},
{
"name": "CVE-2026-31502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31502"
},
{
"name": "CVE-2026-31531",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31531"
},
{
"name": "CVE-2026-43018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43018"
},
{
"name": "CVE-2026-43014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43014"
},
{
"name": "CVE-2026-31447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31447"
},
{
"name": "CVE-2025-22116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22116"
},
{
"name": "CVE-2026-23226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23226"
},
{
"name": "CVE-2026-23285",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23285"
},
{
"name": "CVE-2026-31431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
},
{
"name": "CVE-2026-31645",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31645"
},
{
"name": "CVE-2026-23470",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23470"
},
{
"name": "CVE-2026-31599",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31599"
},
{
"name": "CVE-2026-43028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43028"
},
{
"name": "CVE-2026-31511",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31511"
},
{
"name": "CVE-2026-31614",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31614"
},
{
"name": "CVE-2026-23422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23422"
},
{
"name": "CVE-2026-31482",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31482"
},
{
"name": "CVE-2026-31548",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31548"
},
{
"name": "CVE-2026-23304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23304"
},
{
"name": "CVE-2026-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31683"
},
{
"name": "CVE-2026-23357",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23357"
},
{
"name": "CVE-2026-31408",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31408"
},
{
"name": "CVE-2025-38105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38105"
},
{
"name": "CVE-2026-31524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31524"
},
{
"name": "CVE-2026-31505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31505"
},
{
"name": "CVE-2026-31668",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31668"
},
{
"name": "CVE-2026-23250",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23250"
},
{
"name": "CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"name": "CVE-2026-31478",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31478"
},
{
"name": "CVE-2026-31546",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31546"
},
{
"name": "CVE-2025-38426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38426"
},
{
"name": "CVE-2025-38436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38436"
},
{
"name": "CVE-2026-31583",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31583"
},
{
"name": "CVE-2025-22117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22117"
},
{
"name": "CVE-2026-31605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31605"
},
{
"name": "CVE-2026-23324",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23324"
},
{
"name": "CVE-2026-23347",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23347"
},
{
"name": "CVE-2026-23373",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23373"
},
{
"name": "CVE-2026-31516",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31516"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2026-23317",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23317"
},
{
"name": "CVE-2026-43047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43047"
},
{
"name": "CVE-2026-31389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31389"
},
{
"name": "CVE-2026-31394",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31394"
},
{
"name": "CVE-2026-31786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31786"
},
{
"name": "CVE-2026-31545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31545"
},
{
"name": "CVE-2026-31681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31681"
},
{
"name": "CVE-2026-31598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31598"
},
{
"name": "CVE-2026-23456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23456"
},
{
"name": "CVE-2026-43033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43033"
},
{
"name": "CVE-2026-43023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43023"
},
{
"name": "CVE-2026-23287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23287"
},
{
"name": "CVE-2026-31510",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31510"
},
{
"name": "CVE-2026-31622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31622"
},
{
"name": "CVE-2026-23457",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23457"
},
{
"name": "CVE-2026-31595",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31595"
},
{
"name": "CVE-2026-31496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31496"
},
{
"name": "CVE-2026-31642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31642"
},
{
"name": "CVE-2026-23399",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23399"
},
{
"name": "CVE-2026-23334",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23334"
},
{
"name": "CVE-2025-40242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40242"
},
{
"name": "CVE-2026-31659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31659"
},
{
"name": "CVE-2026-23401",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23401"
},
{
"name": "CVE-2025-71239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71239"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2026-43057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43057"
},
{
"name": "CVE-2026-43030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43030"
},
{
"name": "CVE-2026-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23138"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2026-31525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31525"
},
{
"name": "CVE-2026-31638",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31638"
},
{
"name": "CVE-2026-31588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31588"
},
{
"name": "CVE-2026-23391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23391"
},
{
"name": "CVE-2026-31415",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31415"
},
{
"name": "CVE-2026-31647",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31647"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2026-23462",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23462"
},
{
"name": "CVE-2026-31563",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31563"
},
{
"name": "CVE-2026-23273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23273"
},
{
"name": "CVE-2026-23372",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23372"
},
{
"name": "CVE-2026-31693",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31693"
},
{
"name": "CVE-2026-31689",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31689"
},
{
"name": "CVE-2026-23319",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23319"
},
{
"name": "CVE-2024-56719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56719"
},
{
"name": "CVE-2026-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31566"
},
{
"name": "CVE-2026-31494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31494"
},
{
"name": "CVE-2026-31565",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31565"
},
{
"name": "CVE-2026-23270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23270"
},
{
"name": "CVE-2026-31763",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31763"
},
{
"name": "CVE-2026-23279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23279"
},
{
"name": "CVE-2026-23466",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23466"
},
{
"name": "CVE-2026-31616",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31616"
},
{
"name": "CVE-2026-31670",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31670"
},
{
"name": "CVE-2026-23240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23240"
},
{
"name": "CVE-2026-23244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23244"
},
{
"name": "CVE-2026-23246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23246"
},
{
"name": "CVE-2026-31422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31422"
},
{
"name": "CVE-2026-23286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23286"
},
{
"name": "CVE-2026-23359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23359"
},
{
"name": "CVE-2026-31533",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31533"
},
{
"name": "CVE-2026-23298",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23298"
},
{
"name": "CVE-2026-31469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31469"
},
{
"name": "CVE-2026-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31498"
},
{
"name": "CVE-2026-31615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31615"
},
{
"name": "CVE-2026-31520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31520"
},
{
"name": "CVE-2026-31449",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31449"
},
{
"name": "CVE-2026-31418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31418"
},
{
"name": "CVE-2026-23296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23296"
},
{
"name": "CVE-2026-31427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31427"
},
{
"name": "CVE-2026-31555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31555"
},
{
"name": "CVE-2026-31594",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31594"
},
{
"name": "CVE-2026-31392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31392"
},
{
"name": "CVE-2026-23360",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23360"
},
{
"name": "CVE-2025-40150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40150"
},
{
"name": "CVE-2026-31580",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31580"
},
{
"name": "CVE-2026-31515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31515"
},
{
"name": "CVE-2026-31661",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31661"
},
{
"name": "CVE-2026-31737",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31737"
},
{
"name": "CVE-2025-38627",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38627"
},
{
"name": "CVE-2026-31606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31606"
},
{
"name": "CVE-2026-43017",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43017"
},
{
"name": "CVE-2024-14027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-14027"
},
{
"name": "CVE-2025-71267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71267"
},
{
"name": "CVE-2026-43043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43043"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2026-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23308"
},
{
"name": "CVE-2026-31684",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31684"
},
{
"name": "CVE-2026-23396",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23396"
},
{
"name": "CVE-2026-31423",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31423"
},
{
"name": "CVE-2026-31625",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31625"
},
{
"name": "CVE-2026-43051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43051"
},
{
"name": "CVE-2026-31759",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31759"
},
{
"name": "CVE-2026-31432",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31432"
},
{
"name": "CVE-2026-23370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23370"
},
{
"name": "CVE-2025-38303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38303"
},
{
"name": "CVE-2026-23302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23302"
},
{
"name": "CVE-2026-23414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23414"
},
{
"name": "CVE-2026-31781",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31781"
},
{
"name": "CVE-2026-23315",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23315"
},
{
"name": "CVE-2026-31523",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31523"
},
{
"name": "CVE-2026-31669",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31669"
},
{
"name": "CVE-2026-31450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31450"
},
{
"name": "CVE-2026-31671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31671"
},
{
"name": "CVE-2026-31749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31749"
},
{
"name": "CVE-2026-43024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43024"
},
{
"name": "CVE-2026-23239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23239"
},
{
"name": "CVE-2026-23352",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23352"
},
{
"name": "CVE-2026-31720",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31720"
},
{
"name": "CVE-2026-31554",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31554"
},
{
"name": "CVE-2026-31748",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31748"
},
{
"name": "CVE-2026-23367",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23367"
},
{
"name": "CVE-2026-31628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31628"
},
{
"name": "CVE-2026-23427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23427"
},
{
"name": "CVE-2026-31662",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31662"
},
{
"name": "CVE-2025-71067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71067"
},
{
"name": "CVE-2026-31768",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31768"
},
{
"name": "CVE-2026-43026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43026"
},
{
"name": "CVE-2026-31480",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31480"
},
{
"name": "CVE-2026-23255",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23255"
},
{
"name": "CVE-2026-23446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23446"
},
{
"name": "CVE-2026-23417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23417"
},
{
"name": "CVE-2026-43035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43035"
},
{
"name": "CVE-2026-31561",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31561"
},
{
"name": "CVE-2026-31627",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31627"
},
{
"name": "CVE-2025-71269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71269"
},
{
"name": "CVE-2026-31429",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31429"
},
{
"name": "CVE-2026-31665",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31665"
},
{
"name": "CVE-2025-40358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40358"
},
{
"name": "CVE-2026-23300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23300"
},
{
"name": "CVE-2026-23444",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23444"
},
{
"name": "CVE-2026-31391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31391"
},
{
"name": "CVE-2026-31406",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31406"
},
{
"name": "CVE-2026-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31672"
},
{
"name": "CVE-2026-31401",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31401"
},
{
"name": "CVE-2026-31780",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31780"
},
{
"name": "CVE-2026-23243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23243"
},
{
"name": "CVE-2026-31479",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31479"
},
{
"name": "CVE-2023-53510",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53510"
},
{
"name": "CVE-2026-31675",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31675"
},
{
"name": "CVE-2026-31521",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31521"
},
{
"name": "CVE-2026-23363",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23363"
},
{
"name": "CVE-2026-31626",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31626"
},
{
"name": "CVE-2026-23445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23445"
},
{
"name": "CVE-2026-31634",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31634"
},
{
"name": "CVE-2026-31610",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31610"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2026-31412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31412"
},
{
"name": "CVE-2026-43032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43032"
},
{
"name": "CVE-2026-23362",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23362"
},
{
"name": "CVE-2026-23379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23379"
},
{
"name": "CVE-2026-31648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31648"
},
{
"name": "CVE-2026-31421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31421"
},
{
"name": "CVE-2026-31677",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31677"
},
{
"name": "CVE-2023-53545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53545"
},
{
"name": "CVE-2026-23381",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23381"
},
{
"name": "CVE-2026-31518",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31518"
},
{
"name": "CVE-2026-31470",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31470"
},
{
"name": "CVE-2026-31686",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31686"
},
{
"name": "CVE-2026-31660",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31660"
},
{
"name": "CVE-2026-23392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23392"
},
{
"name": "CVE-2026-23245",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23245"
},
{
"name": "CVE-2026-31728",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31728"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2026-31403",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31403"
},
{
"name": "CVE-2026-31400",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31400"
},
{
"name": "CVE-2026-31512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31512"
},
{
"name": "CVE-2026-23330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23330"
},
{
"name": "CVE-2026-31726",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31726"
},
{
"name": "CVE-2026-31504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31504"
},
{
"name": "CVE-2026-31773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31773"
},
{
"name": "CVE-2026-23364",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23364"
},
{
"name": "CVE-2026-31607",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31607"
},
{
"name": "CVE-2026-23242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23242"
},
{
"name": "CVE-2026-43015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43015"
},
{
"name": "CVE-2026-31509",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31509"
},
{
"name": "CVE-2026-31679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31679"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2026-31637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31637"
},
{
"name": "CVE-2026-31779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31779"
},
{
"name": "CVE-2026-31612",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31612"
},
{
"name": "CVE-2026-23428",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23428"
},
{
"name": "CVE-2026-23274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23274"
},
{
"name": "CVE-2026-31590",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31590"
},
{
"name": "CVE-2026-22993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22993"
},
{
"name": "CVE-2026-23361",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23361"
},
{
"name": "CVE-2025-38192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38192"
},
{
"name": "CVE-2026-43020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43020"
},
{
"name": "CVE-2026-31417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31417"
},
{
"name": "CVE-2026-43041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43041"
},
{
"name": "CVE-2026-31761",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31761"
},
{
"name": "CVE-2026-31466",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31466"
},
{
"name": "CVE-2026-31527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31527"
},
{
"name": "CVE-2026-31604",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31604"
},
{
"name": "CVE-2026-23448",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23448"
},
{
"name": "CVE-2026-22985",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22985"
},
{
"name": "CVE-2025-71152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71152"
},
{
"name": "CVE-2026-31414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31414"
},
{
"name": "CVE-2026-31584",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31584"
},
{
"name": "CVE-2026-31778",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31778"
},
{
"name": "CVE-2025-38704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38704"
},
{
"name": "CVE-2026-31557",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31557"
},
{
"name": "CVE-2026-31426",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31426"
},
{
"name": "CVE-2026-23354",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23354"
},
{
"name": "CVE-2026-23325",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23325"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2026-43040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43040"
},
{
"name": "CVE-2026-23440",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23440"
},
{
"name": "CVE-2026-31552",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31552"
},
{
"name": "CVE-2026-23284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23284"
},
{
"name": "CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"name": "CVE-2026-23278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23278"
},
{
"name": "CVE-2026-31532",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31532"
},
{
"name": "CVE-2026-23397",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23397"
},
{
"name": "CVE-2026-23452",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23452"
},
{
"name": "CVE-2026-23474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23474"
},
{
"name": "CVE-2026-31434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31434"
},
{
"name": "CVE-2026-23343",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23343"
},
{
"name": "CVE-2026-31430",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31430"
},
{
"name": "CVE-2026-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23336"
},
{
"name": "CVE-2026-31497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31497"
},
{
"name": "CVE-2026-31682",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31682"
},
{
"name": "CVE-2026-31570",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31570"
},
{
"name": "CVE-2026-23289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23289"
},
{
"name": "CVE-2026-31755",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31755"
},
{
"name": "CVE-2026-23292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23292"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-31451",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31451"
},
{
"name": "CVE-2026-23277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23277"
},
{
"name": "CVE-2026-31399",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31399"
},
{
"name": "CVE-2026-22986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22986"
},
{
"name": "CVE-2026-31489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31489"
},
{
"name": "CVE-2026-31441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31441"
},
{
"name": "CVE-2026-23455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23455"
},
{
"name": "CVE-2026-23316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23316"
},
{
"name": "CVE-2026-23251",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23251"
},
{
"name": "CVE-2026-23335",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23335"
},
{
"name": "CVE-2026-31551",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31551"
},
{
"name": "CVE-2026-31495",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31495"
},
{
"name": "CVE-2026-23252",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23252"
},
{
"name": "CVE-2026-23369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23369"
},
{
"name": "CVE-2026-31507",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31507"
},
{
"name": "CVE-2026-23389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23389"
},
{
"name": "CVE-2026-31762",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31762"
},
{
"name": "CVE-2026-31788",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31788"
},
{
"name": "CVE-2026-31411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31411"
},
{
"name": "CVE-2026-31428",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31428"
},
{
"name": "CVE-2026-23420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23420"
},
{
"name": "CVE-2026-23388",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23388"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2026-23449",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23449"
},
{
"name": "CVE-2025-39863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39863"
},
{
"name": "CVE-2025-71266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71266"
},
{
"name": "CVE-2026-31492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31492"
},
{
"name": "CVE-2026-43037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43037"
},
{
"name": "CVE-2026-23070",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23070"
},
{
"name": "CVE-2026-31596",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31596"
},
{
"name": "CVE-2026-31666",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31666"
},
{
"name": "CVE-2026-31676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31676"
},
{
"name": "CVE-2026-23442",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23442"
},
{
"name": "CVE-2026-31476",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31476"
},
{
"name": "CVE-2026-31603",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31603"
},
{
"name": "CVE-2026-23104",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23104"
},
{
"name": "CVE-2026-23393",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23393"
},
{
"name": "CVE-2026-23458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23458"
},
{
"name": "CVE-2026-23313",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23313"
},
{
"name": "CVE-2026-31649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31649"
},
{
"name": "CVE-2026-31674",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31674"
},
{
"name": "CVE-2026-31393",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31393"
},
{
"name": "CVE-2026-23310",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23310"
},
{
"name": "CVE-2026-31577",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31577"
},
{
"name": "CVE-2026-43027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43027"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2026-31576",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31576"
},
{
"name": "CVE-2026-31506",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31506"
},
{
"name": "CVE-2026-23339",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23339"
},
{
"name": "CVE-2026-31433",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31433"
},
{
"name": "CVE-2026-31458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31458"
},
{
"name": "CVE-2026-31776",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31776"
},
{
"name": "CVE-2026-31575",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31575"
},
{
"name": "CVE-2026-23321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23321"
},
{
"name": "CVE-2026-23460",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23460"
},
{
"name": "CVE-2026-31678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31678"
},
{
"name": "CVE-2026-31587",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31587"
},
{
"name": "CVE-2025-71161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71161"
},
{
"name": "CVE-2026-31540",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31540"
},
{
"name": "CVE-2026-23395",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23395"
},
{
"name": "CVE-2026-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31651"
},
{
"name": "CVE-2023-53228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53228"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2026-31503",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31503"
},
{
"name": "CVE-2026-31657",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31657"
},
{
"name": "CVE-2026-31747",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31747"
},
{
"name": "CVE-2026-31455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31455"
},
{
"name": "CVE-2026-31624",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31624"
},
{
"name": "CVE-2026-23306",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23306"
},
{
"name": "CVE-2026-31585",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31585"
},
{
"name": "CVE-2026-31474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31474"
},
{
"name": "CVE-2026-23374",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23374"
},
{
"name": "CVE-2026-23378",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23378"
},
{
"name": "CVE-2026-31646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31646"
},
{
"name": "CVE-2026-31519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31519"
},
{
"name": "CVE-2026-23464",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23464"
},
{
"name": "CVE-2026-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31439"
},
{
"name": "CVE-2026-23291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23291"
},
{
"name": "CVE-2026-23413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23413"
},
{
"name": "CVE-2026-31436",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31436"
},
{
"name": "CVE-2025-68239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68239"
},
{
"name": "CVE-2026-23382",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23382"
},
{
"name": "CVE-2026-31410",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31410"
},
{
"name": "CVE-2026-31446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31446"
},
{
"name": "CVE-2026-31644",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31644"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2026-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23157"
},
{
"name": "CVE-2026-31464",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31464"
},
{
"name": "CVE-2026-31500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31500"
},
{
"name": "CVE-2026-31695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31695"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2025-40261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40261"
},
{
"name": "CVE-2026-31558",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31558"
},
{
"name": "CVE-2026-23312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23312"
},
{
"name": "CVE-2026-31639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31639"
},
{
"name": "CVE-2026-31508",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31508"
},
{
"name": "CVE-2026-23365",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23365"
},
{
"name": "CVE-2026-23419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23419"
},
{
"name": "CVE-2026-31424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31424"
},
{
"name": "CVE-2026-23375",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23375"
},
{
"name": "CVE-2026-23356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23356"
},
{
"name": "CVE-2026-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23307"
},
{
"name": "CVE-2025-38162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38162"
},
{
"name": "CVE-2026-31477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31477"
},
{
"name": "CVE-2026-23249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23249"
},
{
"name": "CVE-2026-43038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43038"
},
{
"name": "CVE-2026-43013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43013"
},
{
"name": "CVE-2026-31454",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31454"
},
{
"name": "CVE-2025-38659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38659"
},
{
"name": "CVE-2026-23386",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23386"
},
{
"name": "CVE-2026-31452",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31452"
},
{
"name": "CVE-2026-31407",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31407"
},
{
"name": "CVE-2026-23398",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23398"
},
{
"name": "CVE-2026-31602",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31602"
},
{
"name": "CVE-2026-31425",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31425"
},
{
"name": "CVE-2026-31440",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31440"
},
{
"name": "CVE-2026-23276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23276"
},
{
"name": "CVE-2026-31629",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31629"
},
{
"name": "CVE-2026-23351",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23351"
},
{
"name": "CVE-2026-43050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43050"
},
{
"name": "CVE-2026-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31438"
},
{
"name": "CVE-2026-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23154"
},
{
"name": "CVE-2026-31673",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31673"
},
{
"name": "CVE-2026-31667",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31667"
}
],
"initial_release_date": "2026-05-07T00:00:00",
"last_revision_date": "2026-05-07T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0548",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-07T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Debian. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une \u00e9l\u00e9vation de privil\u00e8ges, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Debian",
"vendor_advisories": [
{
"published_at": "2026-05-01",
"title": "Bulletin de s\u00e9curit\u00e9 Debian msg00154",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00154.html"
},
{
"published_at": "2026-04-30",
"title": "Bulletin de s\u00e9curit\u00e9 Debian msg00148",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00148.html"
}
]
}
CERTFR-2026-AVI-0864
Vulnerability from certfr_avis - Published: 2026-07-10 - Updated: 2026-07-10
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une atteinte à l'intégrité des données et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | Public Cloud Module | Public Cloud Module 15-SP7 | ||
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 16.0 | ||
| SUSE | SUSE Linux Enterprise Desktop | SUSE Linux Enterprise Desktop 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP7 | ||
| SUSE | SUSE Linux Micro Extras | SUSE Linux Micro Extras 6.1 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP applications 16.0 | ||
| SUSE | SUSE Linux Enterprise Workstation Extension | SUSE Linux Enterprise Workstation Extension 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP7 | ||
| SUSE | Basesystem Module | Basesystem Module 15-SP7 | ||
| SUSE | SUSE Linux Enterprise High Availability Extension | SUSE Linux Enterprise High Availability Extension 15 SP7 | ||
| SUSE | SUSE Linux Micro | SUSE Linux Micro 6.1 | ||
| SUSE | Legacy Module | Legacy Module 15-SP7 | ||
| SUSE | SUSE Linux Micro | SUSE Linux Micro 6.0 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP7 | ||
| SUSE | SUSE Real Time Module | SUSE Real Time Module 15-SP7 | ||
| SUSE | Development Tools Module | Development Tools Module 15-SP7 | ||
| SUSE | SUSE Linux Micro Extras | SUSE Linux Micro Extras 6.0 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Public Cloud Module 15-SP7",
"product": {
"name": "Public Cloud Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Desktop 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Desktop",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP7",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro Extras 6.1",
"product": {
"name": "SUSE Linux Micro Extras",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Workstation Extension 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Workstation Extension",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Basesystem Module 15-SP7",
"product": {
"name": "Basesystem Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP7",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Legacy Module 15-SP7",
"product": {
"name": "Legacy Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Real Time Module 15-SP7",
"product": {
"name": "SUSE Real Time Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Development Tools Module 15-SP7",
"product": {
"name": "Development Tools Module",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Micro Extras 6.0",
"product": {
"name": "SUSE Linux Micro Extras",
"vendor": {
"name": "SUSE",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-43198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43198"
},
{
"name": "CVE-2026-45842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45842"
},
{
"name": "CVE-2025-68324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68324"
},
{
"name": "CVE-2026-43068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43068"
},
{
"name": "CVE-2026-46119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46119"
},
{
"name": "CVE-2026-43414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43414"
},
{
"name": "CVE-2026-31493",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31493"
},
{
"name": "CVE-2026-43413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43413"
},
{
"name": "CVE-2026-46328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46328"
},
{
"name": "CVE-2026-52957",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52957"
},
{
"name": "CVE-2026-53287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53287"
},
{
"name": "CVE-2026-46124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46124"
},
{
"name": "CVE-2026-31402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31402"
},
{
"name": "CVE-2026-45852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45852"
},
{
"name": "CVE-2026-43483",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43483"
},
{
"name": "CVE-2026-31758",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31758"
},
{
"name": "CVE-2026-45856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45856"
},
{
"name": "CVE-2026-46076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46076"
},
{
"name": "CVE-2026-53041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53041"
},
{
"name": "CVE-2026-43119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43119"
},
{
"name": "CVE-2026-46319",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46319"
},
{
"name": "CVE-2026-43470",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43470"
},
{
"name": "CVE-2026-43492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43492"
},
{
"name": "CVE-2026-46065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46065"
},
{
"name": "CVE-2026-46227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46227"
},
{
"name": "CVE-2026-43455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43455"
},
{
"name": "CVE-2026-31453",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31453"
},
{
"name": "CVE-2026-31593",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31593"
},
{
"name": "CVE-2026-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53040"
},
{
"name": "CVE-2026-23438",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23438"
},
{
"name": "CVE-2026-46185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46185"
},
{
"name": "CVE-2026-46253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46253"
},
{
"name": "CVE-2026-45910",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45910"
},
{
"name": "CVE-2026-43339",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43339"
},
{
"name": "CVE-2026-43054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43054"
},
{
"name": "CVE-2026-31698",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31698"
},
{
"name": "CVE-2026-31664",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31664"
},
{
"name": "CVE-2026-46112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46112"
},
{
"name": "CVE-2026-31473",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31473"
},
{
"name": "CVE-2026-31448",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31448"
},
{
"name": "CVE-2026-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53138"
},
{
"name": "CVE-2026-31752",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31752"
},
{
"name": "CVE-2026-46063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46063"
},
{
"name": "CVE-2026-23303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23303"
},
{
"name": "CVE-2026-31396",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31396"
},
{
"name": "CVE-2026-31680",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31680"
},
{
"name": "CVE-2026-52918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52918"
},
{
"name": "CVE-2026-31613",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31613"
},
{
"name": "CVE-2026-46114",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46114"
},
{
"name": "CVE-2026-43411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43411"
},
{
"name": "CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"name": "CVE-2026-31462",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31462"
},
{
"name": "CVE-2026-43362",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43362"
},
{
"name": "CVE-2026-43010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43010"
},
{
"name": "CVE-2026-52943",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52943"
},
{
"name": "CVE-2026-46229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46229"
},
{
"name": "CVE-2026-43052",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43052"
},
{
"name": "CVE-2026-46173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46173"
},
{
"name": "CVE-2026-46214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46214"
},
{
"name": "CVE-2026-43053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43053"
},
{
"name": "CVE-2026-31655",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31655"
},
{
"name": "CVE-2026-31502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31502"
},
{
"name": "CVE-2026-43139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43139"
},
{
"name": "CVE-2026-45870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45870"
},
{
"name": "CVE-2026-46320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46320"
},
{
"name": "CVE-2026-43028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43028"
},
{
"name": "CVE-2026-31614",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31614"
},
{
"name": "CVE-2026-46113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46113"
},
{
"name": "CVE-2026-46071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46071"
},
{
"name": "CVE-2026-3150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3150"
},
{
"name": "CVE-2026-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53071"
},
{
"name": "CVE-2026-45841",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45841"
},
{
"name": "CVE-2026-43022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43022"
},
{
"name": "CVE-2026-46159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46159"
},
{
"name": "CVE-2026-31546",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31546"
},
{
"name": "CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"name": "CVE-2026-46209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46209"
},
{
"name": "CVE-2026-31516",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31516"
},
{
"name": "CVE-2026-43023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43023"
},
{
"name": "CVE-2026-43345",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43345"
},
{
"name": "CVE-2026-43079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43079"
},
{
"name": "CVE-2026-43503",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43503"
},
{
"name": "CVE-2026-46101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46101"
},
{
"name": "CVE-2026-46024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46024"
},
{
"name": "CVE-2025-68822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68822"
},
{
"name": "CVE-2026-53266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53266"
},
{
"name": "CVE-2026-46037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46037"
},
{
"name": "CVE-2026-46116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46116"
},
{
"name": "CVE-2025-40216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40216"
},
{
"name": "CVE-2026-46083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46083"
},
{
"name": "CVE-2026-43030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43030"
},
{
"name": "CVE-2026-43074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43074"
},
{
"name": "CVE-2026-45912",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45912"
},
{
"name": "CVE-2026-46259",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46259"
},
{
"name": "CVE-2026-31703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31703"
},
{
"name": "CVE-2026-31647",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31647"
},
{
"name": "CVE-2026-46176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46176"
},
{
"name": "CVE-2026-43080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43080"
},
{
"name": "CVE-2026-31693",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31693"
},
{
"name": "CVE-2026-45846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45846"
},
{
"name": "CVE-2026-43499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43499"
},
{
"name": "CVE-2026-45862",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45862"
},
{
"name": "CVE-2026-43036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43036"
},
{
"name": "CVE-2026-45848",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45848"
},
{
"name": "CVE-2026-46133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46133"
},
{
"name": "CVE-2026-46005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46005"
},
{
"name": "CVE-2026-31697",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31697"
},
{
"name": "CVE-2026-45894",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45894"
},
{
"name": "CVE-2026-46069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46069"
},
{
"name": "CVE-2026-31670",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31670"
},
{
"name": "CVE-2025-71294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71294"
},
{
"name": "CVE-2026-23359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23359"
},
{
"name": "CVE-2026-46323",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46323"
},
{
"name": "CVE-2026-46181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46181"
},
{
"name": "CVE-2026-31469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31469"
},
{
"name": "CVE-2026-46043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46043"
},
{
"name": "CVE-2026-46120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46120"
},
{
"name": "CVE-2026-43336",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43336"
},
{
"name": "CVE-2026-52954",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52954"
},
{
"name": "CVE-2026-46315",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46315"
},
{
"name": "CVE-2026-31555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31555"
},
{
"name": "CVE-2026-43491",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43491"
},
{
"name": "CVE-2026-46197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46197"
},
{
"name": "CVE-2026-46330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46330"
},
{
"name": "CVE-2026-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43249"
},
{
"name": "CVE-2026-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43252"
},
{
"name": "CVE-2026-53362",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53362"
},
{
"name": "CVE-2026-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53053"
},
{
"name": "CVE-2026-31759",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31759"
},
{
"name": "CVE-2026-43360",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43360"
},
{
"name": "CVE-2026-45878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45878"
},
{
"name": "CVE-2026-45948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45948"
},
{
"name": "CVE-2026-45932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45932"
},
{
"name": "CVE-2026-45940",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45940"
},
{
"name": "CVE-2025-10263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10263"
},
{
"name": "CVE-2026-31450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31450"
},
{
"name": "CVE-2026-31671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31671"
},
{
"name": "CVE-2026-43024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43024"
},
{
"name": "CVE-2026-45985",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45985"
},
{
"name": "CVE-2026-31694",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31694"
},
{
"name": "CVE-2026-31554",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31554"
},
{
"name": "CVE-2026-31699",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31699"
},
{
"name": "CVE-2026-43077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43077"
},
{
"name": "CVE-2026-46289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46289"
},
{
"name": "CVE-2026-43472",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43472"
},
{
"name": "CVE-2026-43407",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43407"
},
{
"name": "CVE-2026-52908",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52908"
},
{
"name": "CVE-2026-43026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43026"
},
{
"name": "CVE-2026-53182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53182"
},
{
"name": "CVE-2026-31480",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31480"
},
{
"name": "CVE-2026-43405",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43405"
},
{
"name": "CVE-2025-40341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40341"
},
{
"name": "CVE-2026-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46150"
},
{
"name": "CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"name": "CVE-2026-45840",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45840"
},
{
"name": "CVE-2026-46300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46300"
},
{
"name": "CVE-2026-43361",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43361"
},
{
"name": "CVE-2026-43035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43035"
},
{
"name": "CVE-2026-46172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46172"
},
{
"name": "CVE-2026-31429",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31429"
},
{
"name": "CVE-2026-31665",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31665"
},
{
"name": "CVE-2026-43261",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43261"
},
{
"name": "CVE-2026-23444",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23444"
},
{
"name": "CVE-2026-45886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45886"
},
{
"name": "CVE-2026-45961",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45961"
},
{
"name": "CVE-2026-46110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46110"
},
{
"name": "CVE-2026-43158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43158"
},
{
"name": "CVE-2026-43501",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43501"
},
{
"name": "CVE-2026-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53133"
},
{
"name": "CVE-2026-43093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43093"
},
{
"name": "CVE-2026-46266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46266"
},
{
"name": "CVE-2026-43059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43059"
},
{
"name": "CVE-2026-46111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46111"
},
{
"name": "CVE-2026-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43238"
},
{
"name": "CVE-2026-31592",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31592"
},
{
"name": "CVE-2026-45984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45984"
},
{
"name": "CVE-2026-46291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46291"
},
{
"name": "CVE-2026-31677",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31677"
},
{
"name": "CVE-2026-31518",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31518"
},
{
"name": "CVE-2026-43296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43296"
},
{
"name": "CVE-2026-43086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43086"
},
{
"name": "CVE-2026-31771",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31771"
},
{
"name": "CVE-2026-43034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43034"
},
{
"name": "CVE-2026-43094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43094"
},
{
"name": "CVE-2026-31504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31504"
},
{
"name": "CVE-2026-43066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43066"
},
{
"name": "CVE-2026-45970",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45970"
},
{
"name": "CVE-2026-43469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43469"
},
{
"name": "CVE-2026-43085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43085"
},
{
"name": "CVE-2026-31590",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31590"
},
{
"name": "CVE-2026-46274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46274"
},
{
"name": "CVE-2026-31767",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31767"
},
{
"name": "CVE-2026-31466",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31466"
},
{
"name": "CVE-2025-38549",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38549"
},
{
"name": "CVE-2025-54518",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54518"
},
{
"name": "CVE-2026-31414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31414"
},
{
"name": "CVE-2026-46244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46244"
},
{
"name": "CVE-2026-43040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43040"
},
{
"name": "CVE-2026-23278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23278"
},
{
"name": "CVE-2026-43206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43206"
},
{
"name": "CVE-2026-43065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43065"
},
{
"name": "CVE-2026-45843",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45843"
},
{
"name": "CVE-2026-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53052"
},
{
"name": "CVE-2026-43456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43456"
},
{
"name": "CVE-2026-43406",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43406"
},
{
"name": "CVE-2026-53253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53253"
},
{
"name": "CVE-2026-45964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45964"
},
{
"name": "CVE-2026-46004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46004"
},
{
"name": "CVE-2026-46094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46094"
},
{
"name": "CVE-2026-43187",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43187"
},
{
"name": "CVE-2026-43081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43081"
},
{
"name": "CVE-2026-43341",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43341"
},
{
"name": "CVE-2026-53359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53359"
},
{
"name": "CVE-2026-53016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53016"
},
{
"name": "CVE-2026-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43239"
},
{
"name": "CVE-2026-31495",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31495"
},
{
"name": "CVE-2026-46160",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46160"
},
{
"name": "CVE-2026-46079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46079"
},
{
"name": "CVE-2026-46333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46333"
},
{
"name": "CVE-2026-43303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43303"
},
{
"name": "CVE-2026-31492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31492"
},
{
"name": "CVE-2026-43089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43089"
},
{
"name": "CVE-2026-46021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46021"
},
{
"name": "CVE-2026-46162",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46162"
},
{
"name": "CVE-2026-31596",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31596"
},
{
"name": "CVE-2026-43112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43112"
},
{
"name": "CVE-2026-43083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43083"
},
{
"name": "CVE-2026-46273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46273"
},
{
"name": "CVE-2026-43502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43502"
},
{
"name": "CVE-2026-31674",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31674"
},
{
"name": "CVE-2026-43420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43420"
},
{
"name": "CVE-2026-43233",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43233"
},
{
"name": "CVE-2026-52909",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52909"
},
{
"name": "CVE-2026-45838",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45838"
},
{
"name": "CVE-2026-43109",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43109"
},
{
"name": "CVE-2026-45891",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45891"
},
{
"name": "CVE-2026-31560",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31560"
},
{
"name": "CVE-2026-52962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52962"
},
{
"name": "CVE-2026-43101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43101"
},
{
"name": "CVE-2026-31678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31678"
},
{
"name": "CVE-2026-43338",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43338"
},
{
"name": "CVE-2026-43234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43234"
},
{
"name": "CVE-2026-43359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43359"
},
{
"name": "CVE-2026-31455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31455"
},
{
"name": "CVE-2026-23451",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23451"
},
{
"name": "CVE-2026-23327",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23327"
},
{
"name": "CVE-2026-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53072"
},
{
"name": "CVE-2026-53281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53281"
},
{
"name": "CVE-2026-31446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31446"
},
{
"name": "CVE-2026-43107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43107"
},
{
"name": "CVE-2026-31464",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31464"
},
{
"name": "CVE-2026-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52923"
},
{
"name": "CVE-2026-31500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31500"
},
{
"name": "CVE-2026-43171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43171"
},
{
"name": "CVE-2026-43333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43333"
},
{
"name": "CVE-2026-43128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43128"
},
{
"name": "CVE-2026-43049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43049"
},
{
"name": "CVE-2026-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53122"
},
{
"name": "CVE-2026-45983",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45983"
},
{
"name": "CVE-2026-46123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46123"
},
{
"name": "CVE-2026-46028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46028"
},
{
"name": "CVE-2026-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52969"
},
{
"name": "CVE-2026-46157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46157"
},
{
"name": "CVE-2026-43325",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43325"
},
{
"name": "CVE-2026-45974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45974"
},
{
"name": "CVE-2026-45965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45965"
},
{
"name": "CVE-2026-43013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43013"
},
{
"name": "CVE-2026-31454",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31454"
},
{
"name": "CVE-2026-31452",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31452"
},
{
"name": "CVE-2026-46053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46053"
},
{
"name": "CVE-2026-31499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31499"
},
{
"name": "CVE-2026-52972",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52972"
},
{
"name": "CVE-2026-31629",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31629"
},
{
"name": "CVE-2026-46254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46254"
},
{
"name": "CVE-2026-31673",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31673"
}
],
"initial_release_date": "2026-07-10T00:00:00",
"last_revision_date": "2026-07-10T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0864",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-10T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es et un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": "2026-06-30",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22458-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622458-1"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22511-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622511-1"
},
{
"published_at": "2026-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22476-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622476-1"
},
{
"published_at": "2026-06-30",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22460-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622460-1"
},
{
"published_at": "2026-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2799-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262799-1"
},
{
"published_at": "2026-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22473-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622473-1"
},
{
"published_at": "2026-06-29",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22507-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622507-1"
},
{
"published_at": "2026-06-30",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22440-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622440-1"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22517-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622517-1"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22518-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622518-1"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22522-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622522-1"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22512-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622512-1"
},
{
"published_at": "2026-06-29",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22508-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622508-1"
},
{
"published_at": "2026-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22475-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622475-1"
},
{
"published_at": "2026-06-29",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22509-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622509-1"
},
{
"published_at": "2026-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22474-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622474-1"
},
{
"published_at": "2026-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2800-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262800-1"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:22521-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622521-1"
}
]
}
CERTFR-2026-AVI-0900
Vulnerability from certfr_avis - Published: 2026-07-17 - Updated: 2026-07-17
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une élévation de privilèges, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 15 SP5 | ||
| SUSE | SUSE Linux Enterprise High Availability Extension | SUSE Linux Enterprise High Availability Extension 15 SP4 | ||
| SUSE | openSUSE Leap | openSUSE Leap 15.5 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP5 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12 SP5 LTSS | ||
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP7 | ||
| SUSE | SUSE Linux Micro | SUSE Linux Enterprise Micro 5.5 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 12 SP5 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
| SUSE | SUSE Manager Retail Branch Server | SUSE Manager Retail Branch Server 4.3 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 12-SP5 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security | ||
| SUSE | openSUSE Leap | openSUSE Leap 15.4 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP6 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 12 SP5 | ||
| SUSE | SUSE Linux Micro | SUSE Linux Enterprise Micro 5.3 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP7 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12 SP5 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP4 LTSS | ||
| SUSE | SUSE Linux Micro | SUSE Linux Enterprise Micro for Rancher 5.4 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP5 | ||
| SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP5 | ||
| SUSE | openSUSE Leap | openSUSE Leap 15.6 | ||
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP5 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP6 | ||
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP4 | ||
| SUSE | SUSE Manager Proxy | SUSE Manager Proxy 4.3 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP7 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 11 SP4 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP4 | ||
| SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP6 | ||
| SUSE | SUSE Linux Micro | SUSE Linux Enterprise Micro 5.4 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP7 | ||
| SUSE | SUSE Manager Server | SUSE Manager Server 4.3 | ||
| SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP4 | ||
| SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | ||
| SUSE | SUSE Linux Micro | SUSE Linux Enterprise Micro for Rancher 5.3 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP5",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Availability Extension",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP5",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 12 SP5",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.3",
"product": {
"name": "SUSE Manager Retail Branch Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12-SP5",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP6",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP7",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4 LTSS",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.4",
"product": {
"name": "SUSE Linux Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 11 SP4",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Real Time",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP4",
"product": {
"name": "SUSE Linux Enterprise Live Patching",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product": {
"name": "SUSE Linux Enterprise Server",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.3",
"product": {
"name": "SUSE Linux Micro",
"vendor": {
"name": "SUSE",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-43198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43198"
},
{
"name": "CVE-2025-68324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68324"
},
{
"name": "CVE-2026-43366",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43366"
},
{
"name": "CVE-2026-52955",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52955"
},
{
"name": "CVE-2026-46328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46328"
},
{
"name": "CVE-2026-52957",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52957"
},
{
"name": "CVE-2026-53287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53287"
},
{
"name": "CVE-2026-46124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46124"
},
{
"name": "CVE-2026-46082",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46082"
},
{
"name": "CVE-2026-31758",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31758"
},
{
"name": "CVE-2026-53041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53041"
},
{
"name": "CVE-2026-31685",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31685"
},
{
"name": "CVE-2026-46319",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46319"
},
{
"name": "CVE-2026-43492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43492"
},
{
"name": "CVE-2023-53995",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53995"
},
{
"name": "CVE-2026-46065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46065"
},
{
"name": "CVE-2026-46227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46227"
},
{
"name": "CVE-2026-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53040"
},
{
"name": "CVE-2026-46253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46253"
},
{
"name": "CVE-2026-52924",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52924"
},
{
"name": "CVE-2026-31680",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31680"
},
{
"name": "CVE-2026-31586",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31586"
},
{
"name": "CVE-2026-52918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52918"
},
{
"name": "CVE-2026-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52993"
},
{
"name": "CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"name": "CVE-2026-31462",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31462"
},
{
"name": "CVE-2026-52943",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52943"
},
{
"name": "CVE-2026-43025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43025"
},
{
"name": "CVE-2026-46229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46229"
},
{
"name": "CVE-2026-46173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46173"
},
{
"name": "CVE-2026-31502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31502"
},
{
"name": "CVE-2026-43139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43139"
},
{
"name": "CVE-2026-46320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46320"
},
{
"name": "CVE-2026-46113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46113"
},
{
"name": "CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"name": "CVE-2026-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53071"
},
{
"name": "CVE-2026-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53150"
},
{
"name": "CVE-2026-31505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31505"
},
{
"name": "CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"name": "CVE-2026-43047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43047"
},
{
"name": "CVE-2026-43117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43117"
},
{
"name": "CVE-2026-45912",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45912"
},
{
"name": "CVE-2026-43080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43080"
},
{
"name": "CVE-2026-43036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43036"
},
{
"name": "CVE-2026-46133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46133"
},
{
"name": "CVE-2026-46069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46069"
},
{
"name": "CVE-2026-31670",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31670"
},
{
"name": "CVE-2026-31533",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31533"
},
{
"name": "CVE-2026-46120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46120"
},
{
"name": "CVE-2026-43336",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43336"
},
{
"name": "CVE-2026-52954",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52954"
},
{
"name": "CVE-2026-31580",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31580"
},
{
"name": "CVE-2026-46197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46197"
},
{
"name": "CVE-2026-46330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46330"
},
{
"name": "CVE-2026-45960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45960"
},
{
"name": "CVE-2026-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46243"
},
{
"name": "CVE-2026-43043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43043"
},
{
"name": "CVE-2026-53362",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53362"
},
{
"name": "CVE-2026-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53053"
},
{
"name": "CVE-2026-43051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43051"
},
{
"name": "CVE-2026-31781",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31781"
},
{
"name": "CVE-2026-45948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45948"
},
{
"name": "CVE-2026-43472",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43472"
},
{
"name": "CVE-2026-43437",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43437"
},
{
"name": "CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"name": "CVE-2026-45840",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45840"
},
{
"name": "CVE-2026-23255",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23255"
},
{
"name": "CVE-2026-43035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43035"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2026-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53148"
},
{
"name": "CVE-2026-43501",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43501"
},
{
"name": "CVE-2026-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53133"
},
{
"name": "CVE-2026-43093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43093"
},
{
"name": "CVE-2026-46266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46266"
},
{
"name": "CVE-2026-31592",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31592"
},
{
"name": "CVE-2026-31677",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31677"
},
{
"name": "CVE-2026-31771",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31771"
},
{
"name": "CVE-2026-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53194"
},
{
"name": "CVE-2026-31773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31773"
},
{
"name": "CVE-2026-43120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43120"
},
{
"name": "CVE-2026-45970",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45970"
},
{
"name": "CVE-2026-46274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46274"
},
{
"name": "CVE-2026-43190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43190"
},
{
"name": "CVE-2026-43456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43456"
},
{
"name": "CVE-2026-31570",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31570"
},
{
"name": "CVE-2026-53253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53253"
},
{
"name": "CVE-2026-53359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53359"
},
{
"name": "CVE-2026-53016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53016"
},
{
"name": "CVE-2026-43089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43089"
},
{
"name": "CVE-2026-43037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43037"
},
{
"name": "CVE-2026-43112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43112"
},
{
"name": "CVE-2026-23393",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23393"
},
{
"name": "CVE-2026-43233",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43233"
},
{
"name": "CVE-2026-43027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43027"
},
{
"name": "CVE-2026-52909",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52909"
},
{
"name": "CVE-2026-52962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52962"
},
{
"name": "CVE-2026-53075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53075"
},
{
"name": "CVE-2026-46299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46299"
},
{
"name": "CVE-2026-23451",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23451"
},
{
"name": "CVE-2026-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53072"
},
{
"name": "CVE-2026-46275",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46275"
},
{
"name": "CVE-2026-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52923"
},
{
"name": "CVE-2026-46028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46028"
},
{
"name": "CVE-2026-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52969"
},
{
"name": "CVE-2026-43038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43038"
},
{
"name": "CVE-2026-31499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31499"
},
{
"name": "CVE-2026-52972",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52972"
},
{
"name": "CVE-2026-46254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46254"
},
{
"name": "CVE-2026-43494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43494"
}
],
"initial_release_date": "2026-07-17T00:00:00",
"last_revision_date": "2026-07-17T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0900",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-17T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une \u00e9l\u00e9vation de privil\u00e8ges, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": "2026-07-16",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3083-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263083-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2957-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262957-1"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2863-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262863-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2956-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262956-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2989-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262989-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2943-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262943-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3001-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263001-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2997-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262997-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3002-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263002-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2933-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262933-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2961-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262961-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2909-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262909-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2932-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262932-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3065-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263065-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2920-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262920-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2894-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262894-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2991-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262991-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2945-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262945-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2938-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262938-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2889-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262889-1"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2864-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262864-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3008-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263008-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2992-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262992-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2937-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262937-1"
},
{
"published_at": "2026-07-16",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3067-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263067-1"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2857-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262857-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3009-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263009-1"
},
{
"published_at": "2026-07-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2866-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262866-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2993-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262993-1"
},
{
"published_at": "2026-07-10",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2839-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262839-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2910-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262910-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2914-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262914-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3011-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263011-1"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2858-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262858-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2995-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262995-1"
},
{
"published_at": "2026-07-16",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3075-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263075-1"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2862-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262862-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2994-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262994-1"
},
{
"published_at": "2026-07-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2855-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262855-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2888-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262888-1"
},
{
"published_at": "2026-07-10",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2841-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262841-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2867-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262867-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2887-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262887-1"
},
{
"published_at": "2026-07-10",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2840-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262840-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2895-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262895-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3044-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263044-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2930-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262930-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2890-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262890-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2899-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262899-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2902-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262902-1"
},
{
"published_at": "2026-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:3066-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263066-1"
},
{
"published_at": "2026-07-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2868-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262868-1"
},
{
"published_at": "2026-07-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2026:2955-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262955-1"
}
]
}
CERTFR-2026-AVI-0926
Vulnerability from certfr_avis - Published: 2026-07-24 - Updated: 2026-07-24
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une élévation de privilèges, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 26.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 25.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-64141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64141"
},
{
"name": "CVE-2026-46325",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46325"
},
{
"name": "CVE-2026-31623",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31623"
},
{
"name": "CVE-2026-45842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45842"
},
{
"name": "CVE-2026-31483",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31483"
},
{
"name": "CVE-2026-64046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64046"
},
{
"name": "CVE-2026-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53091"
},
{
"name": "CVE-2026-43135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43135"
},
{
"name": "CVE-2026-31409",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31409"
},
{
"name": "CVE-2026-45864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45864"
},
{
"name": "CVE-2026-64186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64186"
},
{
"name": "CVE-2026-31713",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31713"
},
{
"name": "CVE-2026-43113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43113"
},
{
"name": "CVE-2026-53038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53038"
},
{
"name": "CVE-2026-31522",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31522"
},
{
"name": "CVE-2026-43366",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43366"
},
{
"name": "CVE-2025-71187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71187"
},
{
"name": "CVE-2026-43068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43068"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2026-31770",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31770"
},
{
"name": "CVE-2024-46770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46770"
},
{
"name": "CVE-2026-46119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46119"
},
{
"name": "CVE-2026-23447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23447"
},
{
"name": "CVE-2026-43414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43414"
},
{
"name": "CVE-2026-46211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46211"
},
{
"name": "CVE-2026-46010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46010"
},
{
"name": "CVE-2026-63957",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63957"
},
{
"name": "CVE-2026-46118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46118"
},
{
"name": "CVE-2026-53119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53119"
},
{
"name": "CVE-2026-52934",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52934"
},
{
"name": "CVE-2026-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23129"
},
{
"name": "CVE-2026-46184",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46184"
},
{
"name": "CVE-2026-64133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64133"
},
{
"name": "CVE-2026-31582",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31582"
},
{
"name": "CVE-2026-63864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63864"
},
{
"name": "CVE-2026-53049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53049"
},
{
"name": "CVE-2026-23387",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23387"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2026-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46045"
},
{
"name": "CVE-2026-31619",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31619"
},
{
"name": "CVE-2026-31658",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31658"
},
{
"name": "CVE-2026-64047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64047"
},
{
"name": "CVE-2026-43413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43413"
},
{
"name": "CVE-2026-64143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64143"
},
{
"name": "CVE-2026-31618",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31618"
},
{
"name": "CVE-2026-64067",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64067"
},
{
"name": "CVE-2026-63854",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63854"
},
{
"name": "CVE-2026-31756",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31756"
},
{
"name": "CVE-2026-31467",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31467"
},
{
"name": "CVE-2026-52955",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52955"
},
{
"name": "CVE-2026-23318",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23318"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2026-23092",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23092"
},
{
"name": "CVE-2026-23368",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23368"
},
{
"name": "CVE-2026-47329",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47329"
},
{
"name": "CVE-2026-43270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43270"
},
{
"name": "CVE-2026-46328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46328"
},
{
"name": "CVE-2026-52957",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52957"
},
{
"name": "CVE-2026-63974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63974"
},
{
"name": "CVE-2026-46081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46081"
},
{
"name": "CVE-2026-53116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53116"
},
{
"name": "CVE-2026-52925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52925"
},
{
"name": "CVE-2026-23079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23079"
},
{
"name": "CVE-2026-43227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43227"
},
{
"name": "CVE-2026-46307",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46307"
},
{
"name": "CVE-2026-46130",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46130"
},
{
"name": "CVE-2026-63943",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63943"
},
{
"name": "CVE-2026-43468",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43468"
},
{
"name": "CVE-2026-63980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63980"
},
{
"name": "CVE-2026-52968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52968"
},
{
"name": "CVE-2026-45845",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45845"
},
{
"name": "CVE-2026-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53061"
},
{
"name": "CVE-2026-53292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53292"
},
{
"name": "CVE-2026-43448",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43448"
},
{
"name": "CVE-2026-46087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46087"
},
{
"name": "CVE-2026-64172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64172"
},
{
"name": "CVE-2026-53027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53027"
},
{
"name": "CVE-2026-64074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64074"
},
{
"name": "CVE-2026-63843",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63843"
},
{
"name": "CVE-2026-53364",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53364"
},
{
"name": "CVE-2026-43315",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43315"
},
{
"name": "CVE-2026-53374",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53374"
},
{
"name": "CVE-2026-31485",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31485"
},
{
"name": "CVE-2026-23022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23022"
},
{
"name": "CVE-2026-43314",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43314"
},
{
"name": "CVE-2026-63923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63923"
},
{
"name": "CVE-2026-43373",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43373"
},
{
"name": "CVE-2026-23475",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23475"
},
{
"name": "CVE-2026-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53002"
},
{
"name": "CVE-2026-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53090"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2026-53287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53287"
},
{
"name": "CVE-2026-46124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46124"
},
{
"name": "CVE-2026-53301",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53301"
},
{
"name": "CVE-2026-31578",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31578"
},
{
"name": "CVE-2026-64094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64094"
},
{
"name": "CVE-2026-46082",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46082"
},
{
"name": "CVE-2026-63921",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63921"
},
{
"name": "CVE-2026-63966",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63966"
},
{
"name": "CVE-2026-43251",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43251"
},
{
"name": "CVE-2026-63841",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63841"
},
{
"name": "CVE-2026-43421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43421"
},
{
"name": "CVE-2026-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53117"
},
{
"name": "CVE-2026-63882",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63882"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2026-31754",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31754"
},
{
"name": "CVE-2026-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53128"
},
{
"name": "CVE-2026-23014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23014"
},
{
"name": "CVE-2026-43211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43211"
},
{
"name": "CVE-2026-53320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53320"
},
{
"name": "CVE-2026-63838",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63838"
},
{
"name": "CVE-2026-31402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31402"
},
{
"name": "CVE-2026-23122",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23122"
},
{
"name": "CVE-2026-23072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23072"
},
{
"name": "CVE-2026-46134",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46134"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2026-46042",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46042"
},
{
"name": "CVE-2026-45852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45852"
},
{
"name": "CVE-2026-43483",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43483"
},
{
"name": "CVE-2026-23426",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23426"
},
{
"name": "CVE-2026-31758",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31758"
},
{
"name": "CVE-2026-64077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64077"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2026-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23159"
},
{
"name": "CVE-2026-53092",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53092"
},
{
"name": "CVE-2026-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53010"
},
{
"name": "CVE-2026-45856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45856"
},
{
"name": "CVE-2026-64023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64023"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2026-46121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46121"
},
{
"name": "CVE-2025-71265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71265"
},
{
"name": "CVE-2026-23045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23045"
},
{
"name": "CVE-2026-53378",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53378"
},
{
"name": "CVE-2026-43377",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43377"
},
{
"name": "CVE-2026-46076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46076"
},
{
"name": "CVE-2026-23450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23450"
},
{
"name": "CVE-2026-53041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53041"
},
{
"name": "CVE-2026-23281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23281"
},
{
"name": "CVE-2026-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53066"
},
{
"name": "CVE-2026-43372",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43372"
},
{
"name": "CVE-2026-64099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64099"
},
{
"name": "CVE-2026-43457",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43457"
},
{
"name": "CVE-2026-64179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64179"
},
{
"name": "CVE-2026-31696",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31696"
},
{
"name": "CVE-2026-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43168"
},
{
"name": "CVE-2026-43119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43119"
},
{
"name": "CVE-2026-31530",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31530"
},
{
"name": "CVE-2026-43060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43060"
},
{
"name": "CVE-2026-23114",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23114"
},
{
"name": "CVE-2025-71221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71221"
},
{
"name": "CVE-2026-31704",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31704"
},
{
"name": "CVE-2026-31685",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31685"
},
{
"name": "CVE-2026-63852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63852"
},
{
"name": "CVE-2026-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53109"
},
{
"name": "CVE-2026-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52970"
},
{
"name": "CVE-2026-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53367"
},
{
"name": "CVE-2026-52958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52958"
},
{
"name": "CVE-2026-64006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64006"
},
{
"name": "CVE-2026-53297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53297"
},
{
"name": "CVE-2026-63995",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63995"
},
{
"name": "CVE-2023-53629",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53629"
},
{
"name": "CVE-2026-43073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43073"
},
{
"name": "CVE-2026-63911",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63911"
},
{
"name": "CVE-2026-46319",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46319"
},
{
"name": "CVE-2026-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53104"
},
{
"name": "CVE-2026-64042",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64042"
},
{
"name": "CVE-2026-31416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31416"
},
{
"name": "CVE-2026-43492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43492"
},
{
"name": "CVE-2026-46013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46013"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2026-63993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63993"
},
{
"name": "CVE-2026-31656",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31656"
},
{
"name": "CVE-2026-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53014"
},
{
"name": "CVE-2026-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52999"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2026-46065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46065"
},
{
"name": "CVE-2026-46227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46227"
},
{
"name": "CVE-2026-53305",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53305"
},
{
"name": "CVE-2026-43455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43455"
},
{
"name": "CVE-2025-39764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39764"
},
{
"name": "CVE-2026-31453",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31453"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2026-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43241"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2026-31593",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31593"
},
{
"name": "CVE-2026-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53040"
},
{
"name": "CVE-2026-46007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46007"
},
{
"name": "CVE-2026-23438",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23438"
},
{
"name": "CVE-2026-43062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43062"
},
{
"name": "CVE-2026-47330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47330"
},
{
"name": "CVE-2026-23293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23293"
},
{
"name": "CVE-2026-23463",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23463"
},
{
"name": "CVE-2026-63988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63988"
},
{
"name": "CVE-2026-23227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23227"
},
{
"name": "CVE-2026-46185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46185"
},
{
"name": "CVE-2026-43145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43145"
},
{
"name": "CVE-2026-63839",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63839"
},
{
"name": "CVE-2026-46253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46253"
},
{
"name": "CVE-2026-64151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64151"
},
{
"name": "CVE-2026-23454",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23454"
},
{
"name": "CVE-2026-31405",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31405"
},
{
"name": "CVE-2026-43136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43136"
},
{
"name": "CVE-2026-63886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63886"
},
{
"name": "CVE-2026-64045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64045"
},
{
"name": "CVE-2026-23009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23009"
},
{
"name": "CVE-2026-43339",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43339"
},
{
"name": "CVE-2026-53106",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53106"
},
{
"name": "CVE-2026-64025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64025"
},
{
"name": "CVE-2026-31600",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31600"
},
{
"name": "CVE-2026-63931",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63931"
},
{
"name": "CVE-2026-43054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43054"
},
{
"name": "CVE-2026-23465",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23465"
},
{
"name": "CVE-2026-46064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46064"
},
{
"name": "CVE-2026-46298",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46298"
},
{
"name": "CVE-2026-23143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23143"
},
{
"name": "CVE-2026-45988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45988"
},
{
"name": "CVE-2026-31698",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31698"
},
{
"name": "CVE-2026-31664",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31664"
},
{
"name": "CVE-2026-45868",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45868"
},
{
"name": "CVE-2026-46112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46112"
},
{
"name": "CVE-2026-64176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64176"
},
{
"name": "CVE-2024-27389",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27389"
},
{
"name": "CVE-2026-64128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64128"
},
{
"name": "CVE-2026-31542",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31542"
},
{
"name": "CVE-2026-31473",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31473"
},
{
"name": "CVE-2026-53278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53278"
},
{
"name": "CVE-2026-46196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46196"
},
{
"name": "CVE-2026-31556",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31556"
},
{
"name": "CVE-2026-43123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43123"
},
{
"name": "CVE-2026-46170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46170"
},
{
"name": "CVE-2026-31528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31528"
},
{
"name": "CVE-2026-64059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64059"
},
{
"name": "CVE-2026-31448",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31448"
},
{
"name": "CVE-2026-31597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31597"
},
{
"name": "CVE-2025-21709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21709"
},
{
"name": "CVE-2026-53020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53020"
},
{
"name": "CVE-2026-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53121"
},
{
"name": "CVE-2026-64132",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64132"
},
{
"name": "CVE-2026-22981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22981"
},
{
"name": "CVE-2026-31550",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31550"
},
{
"name": "CVE-2026-23220",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23220"
},
{
"name": "CVE-2026-31487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31487"
},
{
"name": "CVE-2026-23290",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23290"
},
{
"name": "CVE-2026-43408",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43408"
},
{
"name": "CVE-2026-31740",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31740"
},
{
"name": "CVE-2026-31549",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31549"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2026-31752",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31752"
},
{
"name": "CVE-2025-40016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40016"
},
{
"name": "CVE-2025-38626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38626"
},
{
"name": "CVE-2026-46194",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46194"
},
{
"name": "CVE-2026-43476",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43476"
},
{
"name": "CVE-2026-43202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43202"
},
{
"name": "CVE-2026-52989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52989"
},
{
"name": "CVE-2026-53370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53370"
},
{
"name": "CVE-2026-63924",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63924"
},
{
"name": "CVE-2026-46063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46063"
},
{
"name": "CVE-2026-53291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53291"
},
{
"name": "CVE-2026-43064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43064"
},
{
"name": "CVE-2025-71201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71201"
},
{
"name": "CVE-2026-23468",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23468"
},
{
"name": "CVE-2026-63979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63979"
},
{
"name": "CVE-2026-23303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23303"
},
{
"name": "CVE-2026-46280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46280"
},
{
"name": "CVE-2026-43011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43011"
},
{
"name": "CVE-2026-63928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63928"
},
{
"name": "CVE-2026-43132",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43132"
},
{
"name": "CVE-2026-63940",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63940"
},
{
"name": "CVE-2026-43092",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43092"
},
{
"name": "CVE-2025-68175",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68175"
},
{
"name": "CVE-2026-31396",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31396"
},
{
"name": "CVE-2026-53029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53029"
},
{
"name": "CVE-2026-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23136"
},
{
"name": "CVE-2026-23139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23139"
},
{
"name": "CVE-2026-23461",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23461"
},
{
"name": "CVE-2026-63879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63879"
},
{
"name": "CVE-2026-31680",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31680"
},
{
"name": "CVE-2026-43044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43044"
},
{
"name": "CVE-2026-23017",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23017"
},
{
"name": "CVE-2026-31586",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31586"
},
{
"name": "CVE-2026-46287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46287"
},
{
"name": "CVE-2026-23340",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23340"
},
{
"name": "CVE-2026-43046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43046"
},
{
"name": "CVE-2026-46233",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46233"
},
{
"name": "CVE-2026-52918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52918"
},
{
"name": "CVE-2025-71189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71189"
},
{
"name": "CVE-2026-46117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46117"
},
{
"name": "CVE-2026-52963",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52963"
},
{
"name": "CVE-2026-46140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46140"
},
{
"name": "CVE-2026-53373",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53373"
},
{
"name": "CVE-2025-68334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68334"
},
{
"name": "CVE-2026-63933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63933"
},
{
"name": "CVE-2026-53286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53286"
},
{
"name": "CVE-2026-46303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46303"
},
{
"name": "CVE-2026-31613",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31613"
},
{
"name": "CVE-2026-46114",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46114"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-43163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43163"
},
{
"name": "CVE-2026-23007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23007"
},
{
"name": "CVE-2026-31738",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31738"
},
{
"name": "CVE-2026-46032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46032"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2026-23441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23441"
},
{
"name": "CVE-2026-53365",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53365"
},
{
"name": "CVE-2026-64082",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64082"
},
{
"name": "CVE-2025-68307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68307"
},
{
"name": "CVE-2026-53081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53081"
},
{
"name": "CVE-2025-40005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40005"
},
{
"name": "CVE-2026-31574",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31574"
},
{
"name": "CVE-2026-46057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46057"
},
{
"name": "CVE-2026-43411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43411"
},
{
"name": "CVE-2026-31751",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31751"
},
{
"name": "CVE-2026-63915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63915"
},
{
"name": "CVE-2026-43429",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43429"
},
{
"name": "CVE-2026-53360",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53360"
},
{
"name": "CVE-2026-46141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46141"
},
{
"name": "CVE-2026-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52993"
},
{
"name": "CVE-2026-46080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46080"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2026-63847",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63847"
},
{
"name": "CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"name": "CVE-2025-71287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71287"
},
{
"name": "CVE-2026-46231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46231"
},
{
"name": "CVE-2026-52996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52996"
},
{
"name": "CVE-2026-63888",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63888"
},
{
"name": "CVE-2026-23383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23383"
},
{
"name": "CVE-2026-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53095"
},
{
"name": "CVE-2026-45995",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45995"
},
{
"name": "CVE-2026-43362",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43362"
},
{
"name": "CVE-2026-46034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46034"
},
{
"name": "CVE-2026-23412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23412"
},
{
"name": "CVE-2026-45835",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45835"
},
{
"name": "CVE-2026-53007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53007"
},
{
"name": "CVE-2026-43382",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43382"
},
{
"name": "CVE-2026-64162",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64162"
},
{
"name": "CVE-2026-22987",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22987"
},
{
"name": "CVE-2026-64104",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64104"
},
{
"name": "CVE-2026-23439",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23439"
},
{
"name": "CVE-2026-52956",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52956"
},
{
"name": "CVE-2026-23253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23253"
},
{
"name": "CVE-2026-52943",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52943"
},
{
"name": "CVE-2026-43025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43025"
},
{
"name": "CVE-2026-31581",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31581"
},
{
"name": "CVE-2026-31721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31721"
},
{
"name": "CVE-2026-63896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63896"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2026-23059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23059"
},
{
"name": "CVE-2026-31617",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31617"
},
{
"name": "CVE-2026-45996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45996"
},
{
"name": "CVE-2026-46229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46229"
},
{
"name": "CVE-2026-23115",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23115"
},
{
"name": "CVE-2026-46286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46286"
},
{
"name": "CVE-2026-31687",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31687"
},
{
"name": "CVE-2026-46019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46019"
},
{
"name": "CVE-2026-23271",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23271"
},
{
"name": "CVE-2026-43052",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43052"
},
{
"name": "CVE-2026-43496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43496"
},
{
"name": "CVE-2026-64178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64178"
},
{
"name": "CVE-2026-23135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23135"
},
{
"name": "CVE-2026-43324",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43324"
},
{
"name": "CVE-2026-52915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52915"
},
{
"name": "CVE-2026-64177",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64177"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2026-46173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46173"
},
{
"name": "CVE-2026-46195",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46195"
},
{
"name": "CVE-2026-46204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46204"
},
{
"name": "CVE-2026-46214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46214"
},
{
"name": "CVE-2026-63956",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63956"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2026-23173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23173"
},
{
"name": "CVE-2026-53354",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53354"
},
{
"name": "CVE-2026-23434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23434"
},
{
"name": "CVE-2026-31655",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31655"
},
{
"name": "CVE-2026-31711",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31711"
},
{
"name": "CVE-2026-46182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46182"
},
{
"name": "CVE-2026-63845",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63845"
},
{
"name": "CVE-2026-53103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53103"
},
{
"name": "CVE-2026-64017",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64017"
},
{
"name": "CVE-2026-53313",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53313"
},
{
"name": "CVE-2026-31611",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31611"
},
{
"name": "CVE-2026-31502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31502"
},
{
"name": "CVE-2026-46183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46183"
},
{
"name": "CVE-2026-53321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53321"
},
{
"name": "CVE-2026-23123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23123"
},
{
"name": "CVE-2026-64098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64098"
},
{
"name": "CVE-2026-43018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43018"
},
{
"name": "CVE-2026-23137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23137"
},
{
"name": "CVE-2026-31741",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31741"
},
{
"name": "CVE-2026-43014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43014"
},
{
"name": "CVE-2026-31714",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31714"
},
{
"name": "CVE-2026-43139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43139"
},
{
"name": "CVE-2026-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45873"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2026-63842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63842"
},
{
"name": "CVE-2026-46158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46158"
},
{
"name": "CVE-2026-63929",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63929"
},
{
"name": "CVE-2026-31447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31447"
},
{
"name": "CVE-2025-22116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22116"
},
{
"name": "CVE-2026-45870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45870"
},
{
"name": "CVE-2026-43371",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43371"
},
{
"name": "CVE-2026-23226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23226"
},
{
"name": "CVE-2026-23285",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23285"
},
{
"name": "CVE-2026-46027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46027"
},
{
"name": "CVE-2026-64146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64146"
},
{
"name": "CVE-2026-53309",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53309"
},
{
"name": "CVE-2026-43445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43445"
},
{
"name": "CVE-2026-46320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46320"
},
{
"name": "CVE-2026-31645",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31645"
},
{
"name": "CVE-2026-23094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23094"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2026-23470",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23470"
},
{
"name": "CVE-2026-63910",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63910"
},
{
"name": "CVE-2026-46092",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46092"
},
{
"name": "CVE-2026-43488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43488"
},
{
"name": "CVE-2026-43387",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43387"
},
{
"name": "CVE-2026-23418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23418"
},
{
"name": "CVE-2026-53097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53097"
},
{
"name": "CVE-2026-31599",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31599"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2026-43028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43028"
},
{
"name": "CVE-2026-31511",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31511"
},
{
"name": "CVE-2026-63948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63948"
},
{
"name": "CVE-2026-31614",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31614"
},
{
"name": "CVE-2026-46040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46040"
},
{
"name": "CVE-2026-46236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46236"
},
{
"name": "CVE-2026-31482",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31482"
},
{
"name": "CVE-2026-45871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45871"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2026-43475",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43475"
},
{
"name": "CVE-2026-23042",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23042"
},
{
"name": "CVE-2026-64013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64013"
},
{
"name": "CVE-2026-52913",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52913"
},
{
"name": "CVE-2026-31548",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31548"
},
{
"name": "CVE-2026-46113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46113"
},
{
"name": "CVE-2025-38710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38710"
},
{
"name": "CVE-2026-23304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23304"
},
{
"name": "CVE-2026-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31683"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2026-43415",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43415"
},
{
"name": "CVE-2026-43262",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43262"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-46001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46001"
},
{
"name": "CVE-2026-23357",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23357"
},
{
"name": "CVE-2026-45946",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45946"
},
{
"name": "CVE-2026-46071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46071"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2026-45860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45860"
},
{
"name": "CVE-2026-31408",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31408"
},
{
"name": "CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"name": "CVE-2026-43058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43058"
},
{
"name": "CVE-2026-46137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46137"
},
{
"name": "CVE-2025-38105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38105"
},
{
"name": "CVE-2026-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53071"
},
{
"name": "CVE-2026-52941",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52941"
},
{
"name": "CVE-2026-45841",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45841"
},
{
"name": "CVE-2026-53102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53102"
},
{
"name": "CVE-2026-31524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31524"
},
{
"name": "CVE-2026-46072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46072"
},
{
"name": "CVE-2026-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53044"
},
{
"name": "CVE-2026-63913",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63913"
},
{
"name": "CVE-2026-46188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46188"
},
{
"name": "CVE-2026-64068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64068"
},
{
"name": "CVE-2026-43231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43231"
},
{
"name": "CVE-2026-31505",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31505"
},
{
"name": "CVE-2026-64038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64038"
},
{
"name": "CVE-2026-31668",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31668"
},
{
"name": "CVE-2026-64107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64107"
},
{
"name": "CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"name": "CVE-2026-63925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63925"
},
{
"name": "CVE-2025-38562",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38562"
},
{
"name": "CVE-2026-31478",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31478"
},
{
"name": "CVE-2026-46159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46159"
},
{
"name": "CVE-2026-63990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63990"
},
{
"name": "CVE-2026-31546",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31546"
},
{
"name": "CVE-2026-45956",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45956"
},
{
"name": "CVE-2026-46190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46190"
},
{
"name": "CVE-2026-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53051"
},
{
"name": "CVE-2026-22989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22989"
},
{
"name": "CVE-2026-46142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46142"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2026-53015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53015"
},
{
"name": "CVE-2023-52737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52737"
},
{
"name": "CVE-2026-46066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46066"
},
{
"name": "CVE-2026-43436",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43436"
},
{
"name": "CVE-2025-54505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54505"
},
{
"name": "CVE-2026-53013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53013"
},
{
"name": "CVE-2026-53317",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53317"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2025-38426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38426"
},
{
"name": "CVE-2026-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53054"
},
{
"name": "CVE-2026-64165",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64165"
},
{
"name": "CVE-2026-31583",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31583"
},
{
"name": "CVE-2026-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53064"
},
{
"name": "CVE-2026-31605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31605"
},
{
"name": "CVE-2026-23324",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23324"
},
{
"name": "CVE-2026-23236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23236"
},
{
"name": "CVE-2026-23109",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23109"
},
{
"name": "CVE-2026-52995",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52995"
},
{
"name": "CVE-2026-46209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46209"
},
{
"name": "CVE-2026-52931",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52931"
},
{
"name": "CVE-2026-23347",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23347"
},
{
"name": "CVE-2026-46031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46031"
},
{
"name": "CVE-2026-23130",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23130"
},
{
"name": "CVE-2026-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53113"
},
{
"name": "CVE-2026-64003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64003"
},
{
"name": "CVE-2026-46277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46277"
},
{
"name": "CVE-2026-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46153"
},
{
"name": "CVE-2026-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23163"
},
{
"name": "CVE-2026-64076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64076"
},
{
"name": "CVE-2026-31516",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31516"
},
{
"name": "CVE-2026-52951",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52951"
},
{
"name": "CVE-2026-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53058"
},
{
"name": "CVE-2026-23317",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23317"
},
{
"name": "CVE-2026-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53094"
},
{
"name": "CVE-2026-43047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43047"
},
{
"name": "CVE-2026-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53047"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2026-52961",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52961"
},
{
"name": "CVE-2026-43432",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43432"
},
{
"name": "CVE-2026-45866",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45866"
},
{
"name": "CVE-2026-53368",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53368"
},
{
"name": "CVE-2026-53296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53296"
},
{
"name": "CVE-2026-23057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23057"
},
{
"name": "CVE-2026-64097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64097"
},
{
"name": "CVE-2024-46715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46715"
},
{
"name": "CVE-2026-31389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31389"
},
{
"name": "CVE-2026-31635",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31635"
},
{
"name": "CVE-2026-31394",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31394"
},
{
"name": "CVE-2026-31545",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31545"
},
{
"name": "CVE-2026-31681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31681"
},
{
"name": "CVE-2026-31598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31598"
},
{
"name": "CVE-2026-23456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23456"
},
{
"name": "CVE-2026-46186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46186"
},
{
"name": "CVE-2026-43458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43458"
},
{
"name": "CVE-2026-43023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43023"
},
{
"name": "CVE-2026-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23166"
},
{
"name": "CVE-2026-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53101"
},
{
"name": "CVE-2026-52919",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52919"
},
{
"name": "CVE-2026-46169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46169"
},
{
"name": "CVE-2026-23287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23287"
},
{
"name": "CVE-2026-53006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53006"
},
{
"name": "CVE-2026-43450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43450"
},
{
"name": "CVE-2026-63880",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63880"
},
{
"name": "CVE-2026-43345",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43345"
},
{
"name": "CVE-2026-31731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31731"
},
{
"name": "CVE-2026-31510",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31510"
},
{
"name": "CVE-2026-53324",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53324"
},
{
"name": "CVE-2026-43012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43012"
},
{
"name": "CVE-2026-63989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63989"
},
{
"name": "CVE-2026-31622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31622"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2026-43079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43079"
},
{
"name": "CVE-2026-23457",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23457"
},
{
"name": "CVE-2026-23081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23081"
},
{
"name": "CVE-2026-63964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63964"
},
{
"name": "CVE-2026-64102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64102"
},
{
"name": "CVE-2026-46002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46002"
},
{
"name": "CVE-2026-46074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46074"
},
{
"name": "CVE-2026-31595",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31595"
},
{
"name": "CVE-2026-46332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46332"
},
{
"name": "CVE-2026-43503",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43503"
},
{
"name": "CVE-2026-46101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46101"
},
{
"name": "CVE-2026-46099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46099"
},
{
"name": "CVE-2026-45989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45989"
},
{
"name": "CVE-2026-46091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46091"
},
{
"name": "CVE-2026-43103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43103"
},
{
"name": "CVE-2026-43069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43069"
},
{
"name": "CVE-2026-64041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64041"
},
{
"name": "CVE-2026-43425",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43425"
},
{
"name": "CVE-2026-64071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64071"
},
{
"name": "CVE-2026-31496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31496"
},
{
"name": "CVE-2026-63863",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63863"
},
{
"name": "CVE-2026-53377",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53377"
},
{
"name": "CVE-2026-31642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31642"
},
{
"name": "CVE-2026-46024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46024"
},
{
"name": "CVE-2026-64129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64129"
},
{
"name": "CVE-2026-23399",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23399"
},
{
"name": "CVE-2026-23334",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23334"
},
{
"name": "CVE-2026-53028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53028"
},
{
"name": "CVE-2026-43350",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43350"
},
{
"name": "CVE-2026-53312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53312"
},
{
"name": "CVE-2026-23012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23012"
},
{
"name": "CVE-2026-43376",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43376"
},
{
"name": "CVE-2026-46106",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46106"
},
{
"name": "CVE-2026-23116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23116"
},
{
"name": "CVE-2026-31659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31659"
},
{
"name": "CVE-2026-31701",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31701"
},
{
"name": "CVE-2026-45847",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45847"
},
{
"name": "CVE-2026-31591",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31591"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2026-43480",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43480"
},
{
"name": "CVE-2026-64083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64083"
},
{
"name": "CVE-2026-64169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64169"
},
{
"name": "CVE-2026-23401",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23401"
},
{
"name": "CVE-2026-46041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46041"
},
{
"name": "CVE-2025-71239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71239"
},
{
"name": "CVE-2026-46037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46037"
},
{
"name": "CVE-2026-46116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46116"
},
{
"name": "CVE-2026-64106",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64106"
},
{
"name": "CVE-2026-43268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43268"
},
{
"name": "CVE-2026-46203",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46203"
},
{
"name": "CVE-2026-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53048"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2025-71200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71200"
},
{
"name": "CVE-2026-63932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63932"
},
{
"name": "CVE-2026-43057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43057"
},
{
"name": "CVE-2026-43426",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43426"
},
{
"name": "CVE-2026-43117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43117"
},
{
"name": "CVE-2026-63892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63892"
},
{
"name": "CVE-2026-63850",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63850"
},
{
"name": "CVE-2026-46083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46083"
},
{
"name": "CVE-2026-43030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43030"
},
{
"name": "CVE-2024-36898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36898"
},
{
"name": "CVE-2026-43074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43074"
},
{
"name": "CVE-2026-46151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46151"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23138"
},
{
"name": "CVE-2026-64010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64010"
},
{
"name": "CVE-2026-63947",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63947"
},
{
"name": "CVE-2026-23172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23172"
},
{
"name": "CVE-2026-63950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63950"
},
{
"name": "CVE-2026-23046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23046"
},
{
"name": "CVE-2026-43493",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43493"
},
{
"name": "CVE-2026-45912",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45912"
},
{
"name": "CVE-2026-45911",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45911"
},
{
"name": "CVE-2026-43383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43383"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2026-46220",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46220"
},
{
"name": "CVE-2026-52975",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52975"
},
{
"name": "CVE-2026-46259",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46259"
},
{
"name": "CVE-2026-31525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31525"
},
{
"name": "CVE-2026-31638",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31638"
},
{
"name": "CVE-2026-64008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64008"
},
{
"name": "CVE-2026-43500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43500"
},
{
"name": "CVE-2026-31772",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31772"
},
{
"name": "CVE-2026-53315",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53315"
},
{
"name": "CVE-2026-64163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64163"
},
{
"name": "CVE-2026-31588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31588"
},
{
"name": "CVE-2026-46147",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46147"
},
{
"name": "CVE-2026-43334",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43334"
},
{
"name": "CVE-2026-23234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23234"
},
{
"name": "CVE-2026-23391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23391"
},
{
"name": "CVE-2026-64050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64050"
},
{
"name": "CVE-2026-31415",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31415"
},
{
"name": "CVE-2026-46127",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46127"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2026-45869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45869"
},
{
"name": "CVE-2026-31703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31703"
},
{
"name": "CVE-2026-63975",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63975"
},
{
"name": "CVE-2026-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23131"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2026-23032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23032"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2026-63859",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63859"
},
{
"name": "CVE-2026-63952",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63952"
},
{
"name": "CVE-2026-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53114"
},
{
"name": "CVE-2026-46097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46097"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2026-63965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63965"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2026-64051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64051"
},
{
"name": "CVE-2026-23462",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23462"
},
{
"name": "CVE-2026-53046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53046"
},
{
"name": "CVE-2026-31563",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31563"
},
{
"name": "CVE-2026-53050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53050"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2026-46176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46176"
},
{
"name": "CVE-2026-23372",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23372"
},
{
"name": "CVE-2026-43080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43080"
},
{
"name": "CVE-2026-46146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46146"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2026-46030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46030"
},
{
"name": "CVE-2026-45836",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45836"
},
{
"name": "CVE-2026-46318",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46318"
},
{
"name": "CVE-2026-64181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64181"
},
{
"name": "CVE-2026-64039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64039"
},
{
"name": "CVE-2026-23055",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23055"
},
{
"name": "CVE-2026-63855",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63855"
},
{
"name": "CVE-2026-46178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46178"
},
{
"name": "CVE-2026-45846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45846"
},
{
"name": "CVE-2026-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45919"
},
{
"name": "CVE-2026-43499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43499"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2026-45862",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45862"
},
{
"name": "CVE-2026-46174",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46174"
},
{
"name": "CVE-2026-43036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43036"
},
{
"name": "CVE-2026-43495",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43495"
},
{
"name": "CVE-2026-53021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53021"
},
{
"name": "CVE-2026-46171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46171"
},
{
"name": "CVE-2026-31689",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31689"
},
{
"name": "CVE-2026-43200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43200"
},
{
"name": "CVE-2026-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45857"
},
{
"name": "CVE-2026-45848",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45848"
},
{
"name": "CVE-2026-43327",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43327"
},
{
"name": "CVE-2026-23319",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23319"
},
{
"name": "CVE-2026-64061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64061"
},
{
"name": "CVE-2026-23005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23005"
},
{
"name": "CVE-2024-56719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56719"
},
{
"name": "CVE-2026-47328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47328"
},
{
"name": "CVE-2026-46133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46133"
},
{
"name": "CVE-2026-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31566"
},
{
"name": "CVE-2026-46005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46005"
},
{
"name": "CVE-2026-31494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31494"
},
{
"name": "CVE-2026-64040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64040"
},
{
"name": "CVE-2026-63917",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63917"
},
{
"name": "CVE-2026-31565",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31565"
},
{
"name": "CVE-2026-31718",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31718"
},
{
"name": "CVE-2026-31697",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31697"
},
{
"name": "CVE-2026-43381",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43381"
},
{
"name": "CVE-2026-46308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46308"
},
{
"name": "CVE-2025-62626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62626"
},
{
"name": "CVE-2026-23270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23270"
},
{
"name": "CVE-2026-31763",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31763"
},
{
"name": "CVE-2026-23030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23030"
},
{
"name": "CVE-2026-63926",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63926"
},
{
"name": "CVE-2026-46069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46069"
},
{
"name": "CVE-2026-23279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23279"
},
{
"name": "CVE-2026-64150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64150"
},
{
"name": "CVE-2026-46288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46288"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2026-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53110"
},
{
"name": "CVE-2026-52937",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52937"
},
{
"name": "CVE-2026-31616",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31616"
},
{
"name": "CVE-2026-31670",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31670"
},
{
"name": "CVE-2026-46122",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46122"
},
{
"name": "CVE-2026-64022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64022"
},
{
"name": "CVE-2026-31724",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31724"
},
{
"name": "CVE-2026-31609",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31609"
},
{
"name": "CVE-2026-23228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23228"
},
{
"name": "CVE-2026-46022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46022"
},
{
"name": "CVE-2026-23244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23244"
},
{
"name": "CVE-2026-64091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64091"
},
{
"name": "CVE-2026-46241",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46241"
},
{
"name": "CVE-2026-23246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23246"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2026-63865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63865"
},
{
"name": "CVE-2026-64052",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64052"
},
{
"name": "CVE-2026-31422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31422"
},
{
"name": "CVE-2025-71304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71304"
},
{
"name": "CVE-2026-23286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23286"
},
{
"name": "CVE-2026-23359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23359"
},
{
"name": "CVE-2026-46059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46059"
},
{
"name": "CVE-2026-43232",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43232"
},
{
"name": "CVE-2026-23298",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23298"
},
{
"name": "CVE-2026-46323",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46323"
},
{
"name": "CVE-2026-46181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46181"
},
{
"name": "CVE-2026-31469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31469"
},
{
"name": "CVE-2026-45867",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45867"
},
{
"name": "CVE-2026-43264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43264"
},
{
"name": "CVE-2026-46213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46213"
},
{
"name": "CVE-2026-53288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53288"
},
{
"name": "CVE-2026-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31498"
},
{
"name": "CVE-2026-31615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31615"
},
{
"name": "CVE-2026-46103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46103"
},
{
"name": "CVE-2026-43348",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43348"
},
{
"name": "CVE-2026-45879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45879"
},
{
"name": "CVE-2026-45883",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45883"
},
{
"name": "CVE-2026-31520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31520"
},
{
"name": "CVE-2026-64109",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64109"
},
{
"name": "CVE-2026-31449",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31449"
},
{
"name": "CVE-2026-64085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64085"
},
{
"name": "CVE-2026-46226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46226"
},
{
"name": "CVE-2026-46043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46043"
},
{
"name": "CVE-2026-46120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46120"
},
{
"name": "CVE-2026-46198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46198"
},
{
"name": "CVE-2026-43336",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43336"
},
{
"name": "CVE-2026-43104",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43104"
},
{
"name": "CVE-2026-31601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31601"
},
{
"name": "CVE-2026-52954",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52954"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2026-43269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43269"
},
{
"name": "CVE-2026-64166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64166"
},
{
"name": "CVE-2026-31418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31418"
},
{
"name": "CVE-2026-47332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47332"
},
{
"name": "CVE-2026-46189",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46189"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2026-52997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52997"
},
{
"name": "CVE-2026-43466",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43466"
},
{
"name": "CVE-2026-46315",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46315"
},
{
"name": "CVE-2026-64020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64020"
},
{
"name": "CVE-2026-63875",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63875"
},
{
"name": "CVE-2026-63898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63898"
},
{
"name": "CVE-2026-31620",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31620"
},
{
"name": "CVE-2026-52987",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52987"
},
{
"name": "CVE-2026-43197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43197"
},
{
"name": "CVE-2026-46278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46278"
},
{
"name": "CVE-2026-46011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46011"
},
{
"name": "CVE-2026-23296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23296"
},
{
"name": "CVE-2026-46296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46296"
},
{
"name": "CVE-2026-46095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46095"
},
{
"name": "CVE-2026-64148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64148"
},
{
"name": "CVE-2026-64090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64090"
},
{
"name": "CVE-2026-53130",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53130"
},
{
"name": "CVE-2026-46128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46128"
},
{
"name": "CVE-2026-53070",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53070"
},
{
"name": "CVE-2026-52984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52984"
},
{
"name": "CVE-2026-64004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64004"
},
{
"name": "CVE-2026-31427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31427"
},
{
"name": "CVE-2026-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53088"
},
{
"name": "CVE-2026-31555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31555"
},
{
"name": "CVE-2026-31594",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31594"
},
{
"name": "CVE-2026-31392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31392"
},
{
"name": "CVE-2026-63992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63992"
},
{
"name": "CVE-2026-46317",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46317"
},
{
"name": "CVE-2026-64155",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64155"
},
{
"name": "CVE-2026-43439",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43439"
},
{
"name": "CVE-2022-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50073"
},
{
"name": "CVE-2026-23360",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23360"
},
{
"name": "CVE-2026-64147",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64147"
},
{
"name": "CVE-2026-43183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43183"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2026-63909",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63909"
},
{
"name": "CVE-2025-40150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40150"
},
{
"name": "CVE-2026-31580",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31580"
},
{
"name": "CVE-2026-43099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43099"
},
{
"name": "CVE-2026-43491",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43491"
},
{
"name": "CVE-2026-46242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46242"
},
{
"name": "CVE-2026-53065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53065"
},
{
"name": "CVE-2026-63976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63976"
},
{
"name": "CVE-2026-52960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52960"
},
{
"name": "CVE-2026-46100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46100"
},
{
"name": "CVE-2026-63996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63996"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2026-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53079"
},
{
"name": "CVE-2026-31515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31515"
},
{
"name": "CVE-2026-31661",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31661"
},
{
"name": "CVE-2026-46293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46293"
},
{
"name": "CVE-2026-43380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43380"
},
{
"name": "CVE-2026-43452",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43452"
},
{
"name": "CVE-2026-64021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64021"
},
{
"name": "CVE-2026-46012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46012"
},
{
"name": "CVE-2026-31737",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31737"
},
{
"name": "CVE-2026-31606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31606"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2026-64152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64152"
},
{
"name": "CVE-2026-46197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46197"
},
{
"name": "CVE-2026-52952",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52952"
},
{
"name": "CVE-2026-63984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63984"
},
{
"name": "CVE-2026-52973",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52973"
},
{
"name": "CVE-2026-46301",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46301"
},
{
"name": "CVE-2026-46223",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46223"
},
{
"name": "CVE-2026-64057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64057"
},
{
"name": "CVE-2026-43017",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43017"
},
{
"name": "CVE-2026-46224",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46224"
},
{
"name": "CVE-2026-52914",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52914"
},
{
"name": "CVE-2026-43467",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43467"
},
{
"name": "CVE-2026-52916",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52916"
},
{
"name": "CVE-2026-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53009"
},
{
"name": "CVE-2026-64167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64167"
},
{
"name": "CVE-2026-45999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45999"
},
{
"name": "CVE-2026-64180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64180"
},
{
"name": "CVE-2026-23006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23006"
},
{
"name": "CVE-2026-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53034"
},
{
"name": "CVE-2026-53294",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53294"
},
{
"name": "CVE-2026-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23165"
},
{
"name": "CVE-2026-45960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45960"
},
{
"name": "CVE-2026-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53084"
},
{
"name": "CVE-2026-43019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43019"
},
{
"name": "CVE-2026-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53105"
},
{
"name": "CVE-2026-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43252"
},
{
"name": "CVE-2026-63866",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63866"
},
{
"name": "CVE-2026-23013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23013"
},
{
"name": "CVE-2026-64105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64105"
},
{
"name": "CVE-2025-71267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71267"
},
{
"name": "CVE-2026-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46243"
},
{
"name": "CVE-2026-64125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64125"
},
{
"name": "CVE-2026-53283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53283"
},
{
"name": "CVE-2026-43043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43043"
},
{
"name": "CVE-2026-63884",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63884"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2026-22994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22994"
},
{
"name": "CVE-2026-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23308"
},
{
"name": "CVE-2026-31705",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31705"
},
{
"name": "CVE-2026-52905",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52905"
},
{
"name": "CVE-2026-43140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43140"
},
{
"name": "CVE-2026-43223",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43223"
},
{
"name": "CVE-2026-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53111"
},
{
"name": "CVE-2026-31684",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31684"
},
{
"name": "CVE-2026-43205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43205"
},
{
"name": "CVE-2026-23396",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23396"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2026-31423",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31423"
},
{
"name": "CVE-2026-52922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52922"
},
{
"name": "CVE-2026-46180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46180"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2026-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53053"
},
{
"name": "CVE-2026-46038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46038"
},
{
"name": "CVE-2026-64089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64089"
},
{
"name": "CVE-2026-46295",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46295"
},
{
"name": "CVE-2026-64131",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64131"
},
{
"name": "CVE-2026-64048",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64048"
},
{
"name": "CVE-2026-31625",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31625"
},
{
"name": "CVE-2026-43051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43051"
},
{
"name": "CVE-2026-31759",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31759"
},
{
"name": "CVE-2026-52992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52992"
},
{
"name": "CVE-2026-31432",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31432"
},
{
"name": "CVE-2026-63987",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63987"
},
{
"name": "CVE-2023-45896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45896"
},
{
"name": "CVE-2026-64080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64080"
},
{
"name": "CVE-2026-23370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23370"
},
{
"name": "CVE-2026-43360",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43360"
},
{
"name": "CVE-2026-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53112"
},
{
"name": "CVE-2026-63858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63858"
},
{
"name": "CVE-2026-64170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64170"
},
{
"name": "CVE-2026-46206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46206"
},
{
"name": "CVE-2026-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53124"
},
{
"name": "CVE-2026-52979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52979"
},
{
"name": "CVE-2026-64100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64100"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2026-23302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23302"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2026-46000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46000"
},
{
"name": "CVE-2026-43246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43246"
},
{
"name": "CVE-2026-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53086"
},
{
"name": "CVE-2026-23414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23414"
},
{
"name": "CVE-2026-53371",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53371"
},
{
"name": "CVE-2026-31781",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31781"
},
{
"name": "CVE-2026-43449",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43449"
},
{
"name": "CVE-2026-23315",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23315"
},
{
"name": "CVE-2026-45948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45948"
},
{
"name": "CVE-2026-43147",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43147"
},
{
"name": "CVE-2026-52965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52965"
},
{
"name": "CVE-2026-47334",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47334"
},
{
"name": "CVE-2026-63978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63978"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-31523",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31523"
},
{
"name": "CVE-2026-53067",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53067"
},
{
"name": "CVE-2026-52994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52994"
},
{
"name": "CVE-2026-23023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23023"
},
{
"name": "CVE-2026-52988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52988"
},
{
"name": "CVE-2026-46297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46297"
},
{
"name": "CVE-2026-64112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64112"
},
{
"name": "CVE-2026-43459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43459"
},
{
"name": "CVE-2026-43419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43419"
},
{
"name": "CVE-2026-31669",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31669"
},
{
"name": "CVE-2026-46154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46154"
},
{
"name": "CVE-2026-31450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31450"
},
{
"name": "CVE-2026-63853",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63853"
},
{
"name": "CVE-2026-46302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46302"
},
{
"name": "CVE-2026-31671",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31671"
},
{
"name": "CVE-2026-31749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31749"
},
{
"name": "CVE-2026-52971",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52971"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2026-46234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46234"
},
{
"name": "CVE-2026-46250",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46250"
},
{
"name": "CVE-2026-43328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43328"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2026-64018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64018"
},
{
"name": "CVE-2024-41079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41079"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2026-43024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43024"
},
{
"name": "CVE-2026-53099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53099"
},
{
"name": "CVE-2026-46109",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46109"
},
{
"name": "CVE-2026-46062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46062"
},
{
"name": "CVE-2026-53279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53279"
},
{
"name": "CVE-2026-31723",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31723"
},
{
"name": "CVE-2026-45985",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45985"
},
{
"name": "CVE-2026-64069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64069"
},
{
"name": "CVE-2026-46276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46276"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2026-43207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43207"
},
{
"name": "CVE-2026-63916",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63916"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2026-63920",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63920"
},
{
"name": "CVE-2026-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52981"
},
{
"name": "CVE-2026-46108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46108"
},
{
"name": "CVE-2026-52927",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52927"
},
{
"name": "CVE-2026-31608",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31608"
},
{
"name": "CVE-2026-53060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53060"
},
{
"name": "CVE-2026-31694",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31694"
},
{
"name": "CVE-2026-23352",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23352"
},
{
"name": "CVE-2026-53096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53096"
},
{
"name": "CVE-2026-31720",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31720"
},
{
"name": "CVE-2026-46321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46321"
},
{
"name": "CVE-2026-31554",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31554"
},
{
"name": "CVE-2026-31748",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31748"
},
{
"name": "CVE-2026-63930",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63930"
},
{
"name": "CVE-2026-31699",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31699"
},
{
"name": "CVE-2026-64171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64171"
},
{
"name": "CVE-2026-64127",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64127"
},
{
"name": "CVE-2026-64027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64027"
},
{
"name": "CVE-2026-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53076"
},
{
"name": "CVE-2026-46049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46049"
},
{
"name": "CVE-2026-46289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46289"
},
{
"name": "CVE-2026-46285",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46285"
},
{
"name": "CVE-2026-43472",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43472"
},
{
"name": "CVE-2026-23367",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23367"
},
{
"name": "CVE-2026-31628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31628"
},
{
"name": "CVE-2026-46283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46283"
},
{
"name": "CVE-2026-43407",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43407"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2026-63861",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63861"
},
{
"name": "CVE-2026-23427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23427"
},
{
"name": "CVE-2026-45899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45899"
},
{
"name": "CVE-2026-31662",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31662"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2026-53018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53018"
},
{
"name": "CVE-2026-46020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46020"
},
{
"name": "CVE-2026-53302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53302"
},
{
"name": "CVE-2026-53035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53035"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2024-36922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36922"
},
{
"name": "CVE-2026-31768",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31768"
},
{
"name": "CVE-2026-23238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23238"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2026-43026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43026"
},
{
"name": "CVE-2026-45997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45997"
},
{
"name": "CVE-2026-31480",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31480"
},
{
"name": "CVE-2026-64055",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64055"
},
{
"name": "CVE-2026-43405",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43405"
},
{
"name": "CVE-2026-46070",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46070"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2026-43430",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43430"
},
{
"name": "CVE-2026-43402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43402"
},
{
"name": "CVE-2026-53375",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53375"
},
{
"name": "CVE-2026-43437",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43437"
},
{
"name": "CVE-2026-45920",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45920"
},
{
"name": "CVE-2026-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46150"
},
{
"name": "CVE-2026-63938",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63938"
},
{
"name": "CVE-2026-53314",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53314"
},
{
"name": "CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2026-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53123"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2026-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53126"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2026-64060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64060"
},
{
"name": "CVE-2026-43007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43007"
},
{
"name": "CVE-2026-64026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64026"
},
{
"name": "CVE-2026-46228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46228"
},
{
"name": "CVE-2026-43184",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43184"
},
{
"name": "CVE-2026-53311",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53311"
},
{
"name": "CVE-2026-45840",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45840"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2026-52950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52950"
},
{
"name": "CVE-2026-46044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46044"
},
{
"name": "CVE-2026-23255",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23255"
},
{
"name": "CVE-2026-63970",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63970"
},
{
"name": "CVE-2026-23446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23446"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2026-46300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46300"
},
{
"name": "CVE-2026-43361",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43361"
},
{
"name": "CVE-2026-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46219"
},
{
"name": "CVE-2026-64173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64173"
},
{
"name": "CVE-2026-53043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53043"
},
{
"name": "CVE-2026-43075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43075"
},
{
"name": "CVE-2026-43035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43035"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2026-63914",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63914"
},
{
"name": "CVE-2026-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23140"
},
{
"name": "CVE-2026-46172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46172"
},
{
"name": "CVE-2026-63935",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63935"
},
{
"name": "CVE-2026-31627",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31627"
},
{
"name": "CVE-2026-43441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43441"
},
{
"name": "CVE-2025-71269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71269"
},
{
"name": "CVE-2026-46311",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46311"
},
{
"name": "CVE-2026-31429",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31429"
},
{
"name": "CVE-2025-71203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71203"
},
{
"name": "CVE-2024-56657",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56657"
},
{
"name": "CVE-2026-31665",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31665"
},
{
"name": "CVE-2026-46161",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46161"
},
{
"name": "CVE-2026-46026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46026"
},
{
"name": "CVE-2026-53285",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53285"
},
{
"name": "CVE-2026-63901",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63901"
},
{
"name": "CVE-2026-23300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23300"
},
{
"name": "CVE-2026-45941",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45941"
},
{
"name": "CVE-2026-23067",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23067"
},
{
"name": "CVE-2026-64184",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64184"
},
{
"name": "CVE-2026-23107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23107"
},
{
"name": "CVE-2026-43261",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43261"
},
{
"name": "CVE-2026-23444",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23444"
},
{
"name": "CVE-2026-43304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43304"
},
{
"name": "CVE-2026-31391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31391"
},
{
"name": "CVE-2026-63951",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63951"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2026-43378",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43378"
},
{
"name": "CVE-2026-52949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52949"
},
{
"name": "CVE-2026-64115",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64115"
},
{
"name": "CVE-2026-45844",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45844"
},
{
"name": "CVE-2026-52985",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52985"
},
{
"name": "CVE-2026-46110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46110"
},
{
"name": "CVE-2026-43384",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43384"
},
{
"name": "CVE-2026-43158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43158"
},
{
"name": "CVE-2026-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31672"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2026-43501",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43501"
},
{
"name": "CVE-2026-64031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64031"
},
{
"name": "CVE-2026-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53059"
},
{
"name": "CVE-2026-23018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23018"
},
{
"name": "CVE-2026-43093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43093"
},
{
"name": "CVE-2026-45998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45998"
},
{
"name": "CVE-2026-31780",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31780"
},
{
"name": "CVE-2026-43342",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43342"
},
{
"name": "CVE-2026-64164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64164"
},
{
"name": "CVE-2026-63918",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63918"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2026-23243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23243"
},
{
"name": "CVE-2026-31675",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31675"
},
{
"name": "CVE-2026-46266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46266"
},
{
"name": "CVE-2026-53024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53024"
},
{
"name": "CVE-2026-31521",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31521"
},
{
"name": "CVE-2026-43059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43059"
},
{
"name": "CVE-2026-53307",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53307"
},
{
"name": "CVE-2026-23363",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23363"
},
{
"name": "CVE-2026-31626",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31626"
},
{
"name": "CVE-2026-23106",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23106"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2026-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53087"
},
{
"name": "CVE-2026-43357",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43357"
},
{
"name": "CVE-2026-64160",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64160"
},
{
"name": "CVE-2026-63891",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63891"
},
{
"name": "CVE-2026-46111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46111"
},
{
"name": "CVE-2026-31634",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31634"
},
{
"name": "CVE-2026-43061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43061"
},
{
"name": "CVE-2026-46018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46018"
},
{
"name": "CVE-2026-63945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63945"
},
{
"name": "CVE-2026-31610",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31610"
},
{
"name": "CVE-2026-52932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52932"
},
{
"name": "CVE-2025-71237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71237"
},
{
"name": "CVE-2026-46008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46008"
},
{
"name": "CVE-2026-31412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31412"
},
{
"name": "CVE-2026-46240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46240"
},
{
"name": "CVE-2026-31592",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31592"
},
{
"name": "CVE-2026-46104",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46104"
},
{
"name": "CVE-2026-53012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53012"
},
{
"name": "CVE-2026-46179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46179"
},
{
"name": "CVE-2026-43453",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43453"
},
{
"name": "CVE-2026-64096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64096"
},
{
"name": "CVE-2026-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53118"
},
{
"name": "CVE-2026-43032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43032"
},
{
"name": "CVE-2026-43484",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43484"
},
{
"name": "CVE-2026-45954",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45954"
},
{
"name": "CVE-2026-45991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45991"
},
{
"name": "CVE-2026-63985",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63985"
},
{
"name": "CVE-2026-63848",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63848"
},
{
"name": "CVE-2026-23025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23025"
},
{
"name": "CVE-2026-64140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64140"
},
{
"name": "CVE-2026-23362",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23362"
},
{
"name": "CVE-2026-23379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23379"
},
{
"name": "CVE-2026-23118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23118"
},
{
"name": "CVE-2026-31648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31648"
},
{
"name": "CVE-2026-43076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43076"
},
{
"name": "CVE-2026-45984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45984"
},
{
"name": "CVE-2026-63968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63968"
},
{
"name": "CVE-2026-64035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64035"
},
{
"name": "CVE-2026-43427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43427"
},
{
"name": "CVE-2026-43498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43498"
},
{
"name": "CVE-2026-46291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46291"
},
{
"name": "CVE-2022-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50116"
},
{
"name": "CVE-2026-31421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31421"
},
{
"name": "CVE-2026-31677",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31677"
},
{
"name": "CVE-2026-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53069"
},
{
"name": "CVE-2026-23162",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23162"
},
{
"name": "CVE-2026-46215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46215"
},
{
"name": "CVE-2026-63906",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63906"
},
{
"name": "CVE-2026-63877",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63877"
},
{
"name": "CVE-2026-53073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53073"
},
{
"name": "CVE-2023-53545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53545"
},
{
"name": "CVE-2026-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46312"
},
{
"name": "CVE-2026-43365",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43365"
},
{
"name": "CVE-2022-50552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50552"
},
{
"name": "CVE-2026-23381",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23381"
},
{
"name": "CVE-2026-31518",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31518"
},
{
"name": "CVE-2026-43296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43296"
},
{
"name": "CVE-2026-31712",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31712"
},
{
"name": "CVE-2026-46046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46046"
},
{
"name": "CVE-2026-52944",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52944"
},
{
"name": "CVE-2025-68256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68256"
},
{
"name": "CVE-2026-43086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43086"
},
{
"name": "CVE-2026-63904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63904"
},
{
"name": "CVE-2026-46145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46145"
},
{
"name": "CVE-2026-53031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53031"
},
{
"name": "CVE-2026-31470",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31470"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2026-31686",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31686"
},
{
"name": "CVE-2026-31730",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31730"
},
{
"name": "CVE-2026-31707",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31707"
},
{
"name": "CVE-2026-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23151"
},
{
"name": "CVE-2026-31660",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31660"
},
{
"name": "CVE-2026-46156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46156"
},
{
"name": "CVE-2026-23392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23392"
},
{
"name": "CVE-2026-23245",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23245"
},
{
"name": "CVE-2026-64142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64142"
},
{
"name": "CVE-2026-45916",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45916"
},
{
"name": "CVE-2026-64139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64139"
},
{
"name": "CVE-2026-46294",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46294"
},
{
"name": "CVE-2026-31728",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31728"
},
{
"name": "CVE-2026-23008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23008"
},
{
"name": "CVE-2026-23152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23152"
},
{
"name": "CVE-2026-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53125"
},
{
"name": "CVE-2026-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53107"
},
{
"name": "CVE-2026-46125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46125"
},
{
"name": "CVE-2026-46067",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46067"
},
{
"name": "CVE-2026-43349",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43349"
},
{
"name": "CVE-2026-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46152"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2026-31403",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31403"
},
{
"name": "CVE-2026-46290",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46290"
},
{
"name": "CVE-2026-52980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52980"
},
{
"name": "CVE-2026-64117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64117"
},
{
"name": "CVE-2026-64079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64079"
},
{
"name": "CVE-2026-64084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64084"
},
{
"name": "CVE-2026-64014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64014"
},
{
"name": "CVE-2026-31400",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31400"
},
{
"name": "CVE-2026-31512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31512"
},
{
"name": "CVE-2026-46036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46036"
},
{
"name": "CVE-2026-43124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43124"
},
{
"name": "CVE-2026-64001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64001"
},
{
"name": "CVE-2026-43094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43094"
},
{
"name": "CVE-2026-64036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64036"
},
{
"name": "CVE-2026-46279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46279"
},
{
"name": "CVE-2026-43395",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43395"
},
{
"name": "CVE-2026-23330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23330"
},
{
"name": "CVE-2026-53293",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53293"
},
{
"name": "CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"name": "CVE-2026-43141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43141"
},
{
"name": "CVE-2026-31726",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31726"
},
{
"name": "CVE-2026-45990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45990"
},
{
"name": "CVE-2026-43225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43225"
},
{
"name": "CVE-2026-43370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43370"
},
{
"name": "CVE-2026-43409",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43409"
},
{
"name": "CVE-2026-31773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31773"
},
{
"name": "CVE-2026-43056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43056"
},
{
"name": "CVE-2026-43134",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43134"
},
{
"name": "CVE-2026-64108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64108"
},
{
"name": "CVE-2026-63937",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63937"
},
{
"name": "CVE-2023-52682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52682"
},
{
"name": "CVE-2026-46075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46075"
},
{
"name": "CVE-2026-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23142"
},
{
"name": "CVE-2025-71150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71150"
},
{
"name": "CVE-2026-23364",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23364"
},
{
"name": "CVE-2026-46167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46167"
},
{
"name": "CVE-2026-43162",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43162"
},
{
"name": "CVE-2026-31607",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31607"
},
{
"name": "CVE-2026-23242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23242"
},
{
"name": "CVE-2026-64119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64119"
},
{
"name": "CVE-2026-43015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43015"
},
{
"name": "CVE-2026-46054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46054"
},
{
"name": "CVE-2026-31509",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31509"
},
{
"name": "CVE-2025-71292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71292"
},
{
"name": "CVE-2026-43066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43066"
},
{
"name": "CVE-2026-46139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46139"
},
{
"name": "CVE-2026-64175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64175"
},
{
"name": "CVE-2026-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43242"
},
{
"name": "CVE-2026-23237",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23237"
},
{
"name": "CVE-2026-31679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31679"
},
{
"name": "CVE-2026-46282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46282"
},
{
"name": "CVE-2026-64066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64066"
},
{
"name": "CVE-2026-46191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46191"
},
{
"name": "CVE-2026-43120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43120"
},
{
"name": "CVE-2026-45970",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45970"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2026-47327",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47327"
},
{
"name": "CVE-2023-53596",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53596"
},
{
"name": "CVE-2026-52978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52978"
},
{
"name": "CVE-2026-43265",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43265"
},
{
"name": "CVE-2026-53310",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53310"
},
{
"name": "CVE-2026-64095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64095"
},
{
"name": "CVE-2026-63887",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63887"
},
{
"name": "CVE-2026-43469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43469"
},
{
"name": "CVE-2026-31716",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31716"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2026-43085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43085"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2026-31637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31637"
},
{
"name": "CVE-2026-31779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31779"
},
{
"name": "CVE-2026-23051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23051"
},
{
"name": "CVE-2026-31612",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31612"
},
{
"name": "CVE-2026-64062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64062"
},
{
"name": "CVE-2026-23428",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23428"
},
{
"name": "CVE-2026-53025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53025"
},
{
"name": "CVE-2026-64113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64113"
},
{
"name": "CVE-2026-43330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43330"
},
{
"name": "CVE-2026-53008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53008"
},
{
"name": "CVE-2026-31590",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31590"
},
{
"name": "CVE-2026-46192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46192"
},
{
"name": "CVE-2026-46073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46073"
},
{
"name": "CVE-2026-63972",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63972"
},
{
"name": "CVE-2026-23034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23034"
},
{
"name": "CVE-2026-64103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64103"
},
{
"name": "CVE-2026-64078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64078"
},
{
"name": "CVE-2026-31621",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31621"
},
{
"name": "CVE-2026-46105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46105"
},
{
"name": "CVE-2026-22993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22993"
},
{
"name": "CVE-2026-45855",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45855"
},
{
"name": "CVE-2026-46274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46274"
},
{
"name": "CVE-2026-63849",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63849"
},
{
"name": "CVE-2026-23361",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23361"
},
{
"name": "CVE-2025-38192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38192"
},
{
"name": "CVE-2026-43020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43020"
},
{
"name": "CVE-2026-31417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31417"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2026-43041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43041"
},
{
"name": "CVE-2026-31761",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31761"
},
{
"name": "CVE-2026-31767",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31767"
},
{
"name": "CVE-2026-45943",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45943"
},
{
"name": "CVE-2026-31466",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31466"
},
{
"name": "CVE-2026-47326",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47326"
},
{
"name": "CVE-2026-63900",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63900"
},
{
"name": "CVE-2026-43313",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43313"
},
{
"name": "CVE-2026-64136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64136"
},
{
"name": "CVE-2026-63953",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63953"
},
{
"name": "CVE-2026-31527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31527"
},
{
"name": "CVE-2026-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53042"
},
{
"name": "CVE-2026-53289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53289"
},
{
"name": "CVE-2026-31604",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31604"
},
{
"name": "CVE-2026-23448",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23448"
},
{
"name": "CVE-2026-53304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53304"
},
{
"name": "CVE-2026-64174",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64174"
},
{
"name": "CVE-2026-64000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64000"
},
{
"name": "CVE-2025-54518",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54518"
},
{
"name": "CVE-2026-64158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64158"
},
{
"name": "CVE-2026-43111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43111"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2026-63967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63967"
},
{
"name": "CVE-2026-63897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63897"
},
{
"name": "CVE-2026-52936",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52936"
},
{
"name": "CVE-2026-53376",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53376"
},
{
"name": "CVE-2026-23235",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23235"
},
{
"name": "CVE-2026-22985",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22985"
},
{
"name": "CVE-2025-71152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71152"
},
{
"name": "CVE-2026-46313",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46313"
},
{
"name": "CVE-2026-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23144"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2026-31414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31414"
},
{
"name": "CVE-2026-53005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53005"
},
{
"name": "CVE-2026-46309",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46309"
},
{
"name": "CVE-2026-64034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64034"
},
{
"name": "CVE-2026-46244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46244"
},
{
"name": "CVE-2026-31584",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31584"
},
{
"name": "CVE-2026-45958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45958"
},
{
"name": "CVE-2026-53298",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53298"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2026-43257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43257"
},
{
"name": "CVE-2026-31778",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31778"
},
{
"name": "CVE-2026-46281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46281"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2026-53372",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53372"
},
{
"name": "CVE-2026-64093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64093"
},
{
"name": "CVE-2026-43291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43291"
},
{
"name": "CVE-2026-53039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53039"
},
{
"name": "CVE-2026-43180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43180"
},
{
"name": "CVE-2026-31557",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31557"
},
{
"name": "CVE-2026-31717",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31717"
},
{
"name": "CVE-2026-31426",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31426"
},
{
"name": "CVE-2026-43196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43196"
},
{
"name": "CVE-2026-23325",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23325"
},
{
"name": "CVE-2026-53290",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53290"
},
{
"name": "CVE-2026-53080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53080"
},
{
"name": "CVE-2026-23044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23044"
},
{
"name": "CVE-2026-43490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43490"
},
{
"name": "CVE-2026-53316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53316"
},
{
"name": "CVE-2026-45968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45968"
},
{
"name": "CVE-2026-53004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53004"
},
{
"name": "CVE-2022-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49961"
},
{
"name": "CVE-2026-43040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43040"
},
{
"name": "CVE-2026-43152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43152"
},
{
"name": "CVE-2026-52912",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52912"
},
{
"name": "CVE-2026-23440",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23440"
},
{
"name": "CVE-2026-63955",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63955"
},
{
"name": "CVE-2026-43287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43287"
},
{
"name": "CVE-2026-46129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46129"
},
{
"name": "CVE-2026-31552",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31552"
},
{
"name": "CVE-2026-64101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64101"
},
{
"name": "CVE-2026-23284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23284"
},
{
"name": "CVE-2026-52976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52976"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2026-43133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43133"
},
{
"name": "CVE-2026-46292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46292"
},
{
"name": "CVE-2026-46035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46035"
},
{
"name": "CVE-2026-46006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46006"
},
{
"name": "CVE-2026-43428",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43428"
},
{
"name": "CVE-2026-31715",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31715"
},
{
"name": "CVE-2026-52998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52998"
},
{
"name": "CVE-2026-53011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53011"
},
{
"name": "CVE-2026-63991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63991"
},
{
"name": "CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"name": "CVE-2026-63982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63982"
},
{
"name": "CVE-2026-23278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23278"
},
{
"name": "CVE-2026-52920",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52920"
},
{
"name": "CVE-2026-31532",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31532"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2026-53001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53001"
},
{
"name": "CVE-2026-23397",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23397"
},
{
"name": "CVE-2026-43206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43206"
},
{
"name": "CVE-2026-23452",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23452"
},
{
"name": "CVE-2026-43273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43273"
},
{
"name": "CVE-2026-63960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63960"
},
{
"name": "CVE-2026-23002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23002"
},
{
"name": "CVE-2026-23474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23474"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2026-52911",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52911"
},
{
"name": "CVE-2026-43190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43190"
},
{
"name": "CVE-2026-43065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43065"
},
{
"name": "CVE-2026-31434",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31434"
},
{
"name": "CVE-2026-45885",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45885"
},
{
"name": "CVE-2026-53295",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53295"
},
{
"name": "CVE-2026-43182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43182"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2026-43226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43226"
},
{
"name": "CVE-2026-23343",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23343"
},
{
"name": "CVE-2026-31430",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31430"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2026-23077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23077"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2026-63963",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63963"
},
{
"name": "CVE-2026-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23336"
},
{
"name": "CVE-2026-63890",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63890"
},
{
"name": "CVE-2026-45843",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45843"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2026-46115",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46115"
},
{
"name": "CVE-2026-46016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46016"
},
{
"name": "CVE-2026-63997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63997"
},
{
"name": "CVE-2026-43355",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43355"
},
{
"name": "CVE-2026-47337",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47337"
},
{
"name": "CVE-2026-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46148"
},
{
"name": "CVE-2026-46015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46015"
},
{
"name": "CVE-2026-23168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23168"
},
{
"name": "CVE-2026-46136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46136"
},
{
"name": "CVE-2026-53357",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53357"
},
{
"name": "CVE-2026-46324",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46324"
},
{
"name": "CVE-2026-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53052"
},
{
"name": "CVE-2026-31497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31497"
},
{
"name": "CVE-2026-43451",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43451"
},
{
"name": "CVE-2026-53318",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53318"
},
{
"name": "CVE-2026-64070",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64070"
},
{
"name": "CVE-2026-46316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46316"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2026-31682",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31682"
},
{
"name": "CVE-2026-64126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64126"
},
{
"name": "CVE-2026-53280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53280"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2026-46068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46068"
},
{
"name": "CVE-2026-63977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63977"
},
{
"name": "CVE-2026-43456",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43456"
},
{
"name": "CVE-2026-43406",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43406"
},
{
"name": "CVE-2026-31570",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31570"
},
{
"name": "CVE-2026-23289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23289"
},
{
"name": "CVE-2026-31755",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31755"
},
{
"name": "CVE-2026-64168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64168"
},
{
"name": "CVE-2026-46056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46056"
},
{
"name": "CVE-2026-23292",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23292"
},
{
"name": "CVE-2026-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53108"
},
{
"name": "CVE-2026-46230",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46230"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-31451",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31451"
},
{
"name": "CVE-2026-23065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23065"
},
{
"name": "CVE-2026-64161",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64161"
},
{
"name": "CVE-2026-63881",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63881"
},
{
"name": "CVE-2026-52964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52964"
},
{
"name": "CVE-2026-46138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46138"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2026-23277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23277"
},
{
"name": "CVE-2026-31399",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31399"
},
{
"name": "CVE-2026-63969",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63969"
},
{
"name": "CVE-2026-53089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53089"
},
{
"name": "CVE-2026-22986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22986"
},
{
"name": "CVE-2026-31709",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31709"
},
{
"name": "CVE-2026-31489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31489"
},
{
"name": "CVE-2026-31441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31441"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2026-53003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53003"
},
{
"name": "CVE-2026-46225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46225"
},
{
"name": "CVE-2026-45964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45964"
},
{
"name": "CVE-2026-52904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52904"
},
{
"name": "CVE-2026-64121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64121"
},
{
"name": "CVE-2026-63939",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63939"
},
{
"name": "CVE-2026-46004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46004"
},
{
"name": "CVE-2026-63962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63962"
},
{
"name": "CVE-2026-46086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46086"
},
{
"name": "CVE-2026-64053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64053"
},
{
"name": "CVE-2026-63936",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63936"
},
{
"name": "CVE-2026-43343",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43343"
},
{
"name": "CVE-2026-46094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46094"
},
{
"name": "CVE-2026-63927",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63927"
},
{
"name": "CVE-2026-43289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43289"
},
{
"name": "CVE-2026-46314",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46314"
},
{
"name": "CVE-2026-31444",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31444"
},
{
"name": "CVE-2026-43187",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43187"
},
{
"name": "CVE-2026-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46149"
},
{
"name": "CVE-2026-23455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23455"
},
{
"name": "CVE-2026-53017",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53017"
},
{
"name": "CVE-2025-38006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38006"
},
{
"name": "CVE-2026-64144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64144"
},
{
"name": "CVE-2026-46208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46208"
},
{
"name": "CVE-2026-63971",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63971"
},
{
"name": "CVE-2026-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53174"
},
{
"name": "CVE-2026-64086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64086"
},
{
"name": "CVE-2026-43081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43081"
},
{
"name": "CVE-2026-43341",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43341"
},
{
"name": "CVE-2026-63983",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63983"
},
{
"name": "CVE-2026-45936",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45936"
},
{
"name": "CVE-2026-46205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46205"
},
{
"name": "CVE-2026-64029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64029"
},
{
"name": "CVE-2026-53016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53016"
},
{
"name": "CVE-2026-45978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45978"
},
{
"name": "CVE-2026-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46218"
},
{
"name": "CVE-2026-43159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43159"
},
{
"name": "CVE-2026-23335",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23335"
},
{
"name": "CVE-2026-52986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52986"
},
{
"name": "CVE-2026-31551",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31551"
},
{
"name": "CVE-2026-63919",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63919"
},
{
"name": "CVE-2026-53077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53077"
},
{
"name": "CVE-2026-31495",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31495"
},
{
"name": "CVE-2026-46132",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46132"
},
{
"name": "CVE-2026-64111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64111"
},
{
"name": "CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"name": "CVE-2026-46060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46060"
},
{
"name": "CVE-2026-23158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23158"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2026-23369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23369"
},
{
"name": "CVE-2026-46160",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46160"
},
{
"name": "CVE-2026-46177",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46177"
},
{
"name": "CVE-2026-46131",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46131"
},
{
"name": "CVE-2026-43110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43110"
},
{
"name": "CVE-2026-46084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46084"
},
{
"name": "CVE-2026-46079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46079"
},
{
"name": "CVE-2026-64149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64149"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2026-64075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64075"
},
{
"name": "CVE-2026-23062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23062"
},
{
"name": "CVE-2026-31507",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31507"
},
{
"name": "CVE-2026-63876",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63876"
},
{
"name": "CVE-2026-53306",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53306"
},
{
"name": "CVE-2026-23266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23266"
},
{
"name": "CVE-2026-23389",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23389"
},
{
"name": "CVE-2026-43149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43149"
},
{
"name": "CVE-2026-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53129"
},
{
"name": "CVE-2026-53277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53277"
},
{
"name": "CVE-2026-63998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63998"
},
{
"name": "CVE-2026-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23160"
},
{
"name": "CVE-2026-31762",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31762"
},
{
"name": "CVE-2026-46333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46333"
},
{
"name": "CVE-2026-64137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64137"
},
{
"name": "CVE-2026-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43236"
},
{
"name": "CVE-2026-43071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43071"
},
{
"name": "CVE-2026-31788",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31788"
},
{
"name": "CVE-2026-63959",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63959"
},
{
"name": "CVE-2026-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53115"
},
{
"name": "CVE-2026-31411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31411"
},
{
"name": "CVE-2026-31428",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31428"
},
{
"name": "CVE-2026-64043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64043"
},
{
"name": "CVE-2026-53308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53308"
},
{
"name": "CVE-2026-23420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23420"
},
{
"name": "CVE-2026-23388",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23388"
},
{
"name": "CVE-2026-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53045"
},
{
"name": "CVE-2026-46085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46085"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2026-43098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43098"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-63862",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63862"
},
{
"name": "CVE-2026-23449",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23449"
},
{
"name": "CVE-2026-63954",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63954"
},
{
"name": "CVE-2026-53282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53282"
},
{
"name": "CVE-2026-63840",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63840"
},
{
"name": "CVE-2026-43277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43277"
},
{
"name": "CVE-2026-46306",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46306"
},
{
"name": "CVE-2026-43386",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43386"
},
{
"name": "CVE-2026-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53085"
},
{
"name": "CVE-2026-64049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64049"
},
{
"name": "CVE-2026-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43245"
},
{
"name": "CVE-2026-46210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46210"
},
{
"name": "CVE-2026-47333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47333"
},
{
"name": "CVE-2026-64183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64183"
},
{
"name": "CVE-2026-46029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46029"
},
{
"name": "CVE-2025-71266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71266"
},
{
"name": "CVE-2026-64120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64120"
},
{
"name": "CVE-2026-31492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31492"
},
{
"name": "CVE-2026-45898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45898"
},
{
"name": "CVE-2026-43089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43089"
},
{
"name": "CVE-2026-43037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43037"
},
{
"name": "CVE-2026-53033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53033"
},
{
"name": "CVE-2026-46021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46021"
},
{
"name": "CVE-2026-23070",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23070"
},
{
"name": "CVE-2026-46162",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46162"
},
{
"name": "CVE-2026-23241",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23241"
},
{
"name": "CVE-2026-31596",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31596"
},
{
"name": "CVE-2026-43266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43266"
},
{
"name": "CVE-2026-53319",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53319"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2026-31676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31676"
},
{
"name": "CVE-2026-52959",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52959"
},
{
"name": "CVE-2026-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53120"
},
{
"name": "CVE-2026-43318",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43318"
},
{
"name": "CVE-2026-43084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43084"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-64134",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64134"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2026-53026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53026"
},
{
"name": "CVE-2026-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45942"
},
{
"name": "CVE-2026-43186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43186"
},
{
"name": "CVE-2026-43112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43112"
},
{
"name": "CVE-2026-43083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43083"
},
{
"name": "CVE-2026-64005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64005"
},
{
"name": "CVE-2026-23442",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23442"
},
{
"name": "CVE-2026-31476",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31476"
},
{
"name": "CVE-2026-31603",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31603"
},
{
"name": "CVE-2026-23104",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23104"
},
{
"name": "CVE-2026-46107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46107"
},
{
"name": "CVE-2026-46047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46047"
},
{
"name": "CVE-2026-46273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46273"
},
{
"name": "CVE-2026-23458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23458"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2026-63981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63981"
},
{
"name": "CVE-2026-43502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43502"
},
{
"name": "CVE-2026-23313",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23313"
},
{
"name": "CVE-2026-31649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31649"
},
{
"name": "CVE-2026-53379",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53379"
},
{
"name": "CVE-2026-31719",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31719"
},
{
"name": "CVE-2026-31674",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31674"
},
{
"name": "CVE-2026-31393",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31393"
},
{
"name": "CVE-2026-43420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43420"
},
{
"name": "CVE-2026-23310",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23310"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2026-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53056"
},
{
"name": "CVE-2026-45994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45994"
},
{
"name": "CVE-2026-63946",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63946"
},
{
"name": "CVE-2026-63903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63903"
},
{
"name": "CVE-2026-31577",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31577"
},
{
"name": "CVE-2026-43233",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43233"
},
{
"name": "CVE-2026-43027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43027"
},
{
"name": "CVE-2026-46267",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46267"
},
{
"name": "CVE-2026-46249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46249"
},
{
"name": "CVE-2026-63922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63922"
},
{
"name": "CVE-2026-63949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63949"
},
{
"name": "CVE-2026-45904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45904"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2026-46163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46163"
},
{
"name": "CVE-2026-46202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46202"
},
{
"name": "CVE-2025-71158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71158"
},
{
"name": "CVE-2022-49803",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49803"
},
{
"name": "CVE-2026-46270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46270"
},
{
"name": "CVE-2026-45858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45858"
},
{
"name": "CVE-2026-31576",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31576"
},
{
"name": "CVE-2026-46164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46164"
},
{
"name": "CVE-2026-46235",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46235"
},
{
"name": "CVE-2026-63907",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63907"
},
{
"name": "CVE-2026-64032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64032"
},
{
"name": "CVE-2026-45838",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45838"
},
{
"name": "CVE-2026-31506",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31506"
},
{
"name": "CVE-2026-31722",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31722"
},
{
"name": "CVE-2026-64182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64182"
},
{
"name": "CVE-2026-43295",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43295"
},
{
"name": "CVE-2026-23339",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23339"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2026-23010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23010"
},
{
"name": "CVE-2026-43148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43148"
},
{
"name": "CVE-2026-63999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63999"
},
{
"name": "CVE-2026-23272",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23272"
},
{
"name": "CVE-2026-43109",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43109"
},
{
"name": "CVE-2026-45935",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45935"
},
{
"name": "CVE-2026-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53023"
},
{
"name": "CVE-2026-31433",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31433"
},
{
"name": "CVE-2026-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53098"
},
{
"name": "CVE-2026-31458",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31458"
},
{
"name": "CVE-2026-43497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43497"
},
{
"name": "CVE-2026-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53063"
},
{
"name": "CVE-2026-43312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43312"
},
{
"name": "CVE-2026-64024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64024"
},
{
"name": "CVE-2026-45924",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45924"
},
{
"name": "CVE-2026-63944",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63944"
},
{
"name": "CVE-2026-46077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46077"
},
{
"name": "CVE-2026-31575",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31575"
},
{
"name": "CVE-2026-45891",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45891"
},
{
"name": "CVE-2026-64054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64054"
},
{
"name": "CVE-2026-64019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64019"
},
{
"name": "CVE-2026-64056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64056"
},
{
"name": "CVE-2026-52962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52962"
},
{
"name": "CVE-2026-63860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63860"
},
{
"name": "CVE-2026-52953",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52953"
},
{
"name": "CVE-2026-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53093"
},
{
"name": "CVE-2026-31589",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31589"
},
{
"name": "CVE-2026-63899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63899"
},
{
"name": "CVE-2026-46200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46200"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2026-23321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23321"
},
{
"name": "CVE-2026-64033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64033"
},
{
"name": "CVE-2026-63893",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63893"
},
{
"name": "CVE-2026-64124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64124"
},
{
"name": "CVE-2026-23460",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23460"
},
{
"name": "CVE-2026-43114",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43114"
},
{
"name": "CVE-2026-46222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46222"
},
{
"name": "CVE-2026-43412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43412"
},
{
"name": "CVE-2026-31702",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31702"
},
{
"name": "CVE-2026-46187",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46187"
},
{
"name": "CVE-2026-43281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43281"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2026-23015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23015"
},
{
"name": "CVE-2026-31678",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31678"
},
{
"name": "CVE-2026-31587",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31587"
},
{
"name": "CVE-2026-64030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64030"
},
{
"name": "CVE-2025-71161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71161"
},
{
"name": "CVE-2026-46168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46168"
},
{
"name": "CVE-2026-53075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53075"
},
{
"name": "CVE-2026-31540",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31540"
},
{
"name": "CVE-2026-64072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64072"
},
{
"name": "CVE-2026-45986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45986"
},
{
"name": "CVE-2026-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46175"
},
{
"name": "CVE-2026-53323",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53323"
},
{
"name": "CVE-2026-43338",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43338"
},
{
"name": "CVE-2026-53030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53030"
},
{
"name": "CVE-2026-23395",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23395"
},
{
"name": "CVE-2026-52906",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52906"
},
{
"name": "CVE-2026-45837",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45837"
},
{
"name": "CVE-2026-45987",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45987"
},
{
"name": "CVE-2026-31708",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31708"
},
{
"name": "CVE-2026-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31651"
},
{
"name": "CVE-2026-31413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31413"
},
{
"name": "CVE-2026-43471",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43471"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2026-64015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64015"
},
{
"name": "CVE-2026-46093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46093"
},
{
"name": "CVE-2026-64110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64110"
},
{
"name": "CVE-2026-46299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46299"
},
{
"name": "CVE-2026-63851",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63851"
},
{
"name": "CVE-2026-63934",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63934"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2026-31503",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31503"
},
{
"name": "CVE-2026-53303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53303"
},
{
"name": "CVE-2026-46239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46239"
},
{
"name": "CVE-2026-53299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53299"
},
{
"name": "CVE-2026-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53055"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2026-31657",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31657"
},
{
"name": "CVE-2026-64123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64123"
},
{
"name": "CVE-2026-43125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43125"
},
{
"name": "CVE-2026-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53019"
},
{
"name": "CVE-2026-46201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46201"
},
{
"name": "CVE-2026-43359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43359"
},
{
"name": "CVE-2026-46025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46025"
},
{
"name": "CVE-2026-43302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43302"
},
{
"name": "CVE-2026-31747",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31747"
},
{
"name": "CVE-2026-31455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31455"
},
{
"name": "CVE-2026-64156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64156"
},
{
"name": "CVE-2026-43316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43316"
},
{
"name": "CVE-2026-52991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52991"
},
{
"name": "CVE-2026-43016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43016"
},
{
"name": "CVE-2026-53322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53322"
},
{
"name": "CVE-2026-64122",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64122"
},
{
"name": "CVE-2026-43129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43129"
},
{
"name": "CVE-2026-31624",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31624"
},
{
"name": "CVE-2026-53100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53100"
},
{
"name": "CVE-2026-46050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46050"
},
{
"name": "CVE-2026-46221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46221"
},
{
"name": "CVE-2026-23306",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23306"
},
{
"name": "CVE-2026-46003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46003"
},
{
"name": "CVE-2025-71233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71233"
},
{
"name": "CVE-2026-43340",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43340"
},
{
"name": "CVE-2026-53358",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53358"
},
{
"name": "CVE-2026-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23148"
},
{
"name": "CVE-2026-63905",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63905"
},
{
"name": "CVE-2026-46009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46009"
},
{
"name": "CVE-2026-31585",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31585"
},
{
"name": "CVE-2026-63973",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63973"
},
{
"name": "CVE-2025-71288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71288"
},
{
"name": "CVE-2026-63857",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63857"
},
{
"name": "CVE-2026-31474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31474"
},
{
"name": "CVE-2026-46144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46144"
},
{
"name": "CVE-2026-23374",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23374"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2026-23378",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23378"
},
{
"name": "CVE-2026-63837",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63837"
},
{
"name": "CVE-2026-63895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63895"
},
{
"name": "CVE-2026-31646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31646"
},
{
"name": "CVE-2026-31519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31519"
},
{
"name": "CVE-2026-64157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64157"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2026-31729",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31729"
},
{
"name": "CVE-2026-53078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53078"
},
{
"name": "CVE-2026-52907",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52907"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2026-23102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23102"
},
{
"name": "CVE-2026-52928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52928"
},
{
"name": "CVE-2026-23464",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23464"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2026-64138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64138"
},
{
"name": "CVE-2026-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31439"
},
{
"name": "CVE-2026-23161",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23161"
},
{
"name": "CVE-2026-64153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64153"
},
{
"name": "CVE-2026-23291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23291"
},
{
"name": "CVE-2026-53037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53037"
},
{
"name": "CVE-2026-63986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63986"
},
{
"name": "CVE-2026-46305",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46305"
},
{
"name": "CVE-2026-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53072"
},
{
"name": "CVE-2026-53284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53284"
},
{
"name": "CVE-2026-52921",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52921"
},
{
"name": "CVE-2026-46023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46023"
},
{
"name": "CVE-2026-53281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53281"
},
{
"name": "CVE-2026-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53068"
},
{
"name": "CVE-2026-46096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46096"
},
{
"name": "CVE-2026-64012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64012"
},
{
"name": "CVE-2026-52967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52967"
},
{
"name": "CVE-2026-23413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23413"
},
{
"name": "CVE-2026-46304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46304"
},
{
"name": "CVE-2026-64118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64118"
},
{
"name": "CVE-2026-46166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46166"
},
{
"name": "CVE-2026-43156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43156"
},
{
"name": "CVE-2026-64058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64058"
},
{
"name": "CVE-2026-43397",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43397"
},
{
"name": "CVE-2026-31706",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31706"
},
{
"name": "CVE-2026-31436",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31436"
},
{
"name": "CVE-2025-68239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68239"
},
{
"name": "CVE-2026-43194",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43194"
},
{
"name": "CVE-2026-23382",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23382"
},
{
"name": "CVE-2026-64037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64037"
},
{
"name": "CVE-2026-63912",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63912"
},
{
"name": "CVE-2026-43473",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43473"
},
{
"name": "CVE-2026-52983",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52983"
},
{
"name": "CVE-2026-46216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46216"
},
{
"name": "CVE-2026-43091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43091"
},
{
"name": "CVE-2026-43230",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43230"
},
{
"name": "CVE-2026-63942",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63942"
},
{
"name": "CVE-2026-64064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64064"
},
{
"name": "CVE-2026-64116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64116"
},
{
"name": "CVE-2026-43209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43209"
},
{
"name": "CVE-2026-43082",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43082"
},
{
"name": "CVE-2026-31446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31446"
},
{
"name": "CVE-2026-46275",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46275"
},
{
"name": "CVE-2026-23024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23024"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2026-63889",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63889"
},
{
"name": "CVE-2026-46126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46126"
},
{
"name": "CVE-2026-46193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46193"
},
{
"name": "CVE-2026-45902",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45902"
},
{
"name": "CVE-2026-43107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43107"
},
{
"name": "CVE-2026-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53057"
},
{
"name": "CVE-2026-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23157"
},
{
"name": "CVE-2026-52974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52974"
},
{
"name": "CVE-2026-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53127"
},
{
"name": "CVE-2026-31464",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31464"
},
{
"name": "CVE-2026-63941",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63941"
},
{
"name": "CVE-2026-46033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46033"
},
{
"name": "CVE-2026-46143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46143"
},
{
"name": "CVE-2026-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52923"
},
{
"name": "CVE-2026-64087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64087"
},
{
"name": "CVE-2025-71274",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71274"
},
{
"name": "CVE-2026-63958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63958"
},
{
"name": "CVE-2026-31500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31500"
},
{
"name": "CVE-2026-46212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46212"
},
{
"name": "CVE-2026-45834",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45834"
},
{
"name": "CVE-2026-43171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43171"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2026-31695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31695"
},
{
"name": "CVE-2026-63856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63856"
},
{
"name": "CVE-2026-31700",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31700"
},
{
"name": "CVE-2026-31630",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31630"
},
{
"name": "CVE-2026-46089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46089"
},
{
"name": "CVE-2026-43424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43424"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2026-43333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43333"
},
{
"name": "CVE-2026-52933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52933"
},
{
"name": "CVE-2026-31725",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31725"
},
{
"name": "CVE-2026-46199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46199"
},
{
"name": "CVE-2026-43049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43049"
},
{
"name": "CVE-2026-23036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23036"
},
{
"name": "CVE-2026-43105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43105"
},
{
"name": "CVE-2026-23312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23312"
},
{
"name": "CVE-2026-64130",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64130"
},
{
"name": "CVE-2026-31639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31639"
},
{
"name": "CVE-2026-31508",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31508"
},
{
"name": "CVE-2026-64044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64044"
},
{
"name": "CVE-2026-23052",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23052"
},
{
"name": "CVE-2026-64185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64185"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2026-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53122"
},
{
"name": "CVE-2026-23365",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23365"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2026-43275",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43275"
},
{
"name": "CVE-2026-63878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63878"
},
{
"name": "CVE-2026-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46310"
},
{
"name": "CVE-2026-45983",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45983"
},
{
"name": "CVE-2026-46123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46123"
},
{
"name": "CVE-2026-23419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23419"
},
{
"name": "CVE-2026-43332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43332"
},
{
"name": "CVE-2026-43329",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43329"
},
{
"name": "CVE-2026-31424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31424"
},
{
"name": "CVE-2026-23375",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23375"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2026-53000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53000"
},
{
"name": "CVE-2026-64007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64007"
},
{
"name": "CVE-2026-46028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46028"
},
{
"name": "CVE-2026-23356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23356"
},
{
"name": "CVE-2026-46207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46207"
},
{
"name": "CVE-2026-45875",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45875"
},
{
"name": "CVE-2026-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23307"
},
{
"name": "CVE-2026-53300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53300"
},
{
"name": "CVE-2026-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52969"
},
{
"name": "CVE-2026-31477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31477"
},
{
"name": "CVE-2026-46098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46098"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2026-46157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46157"
},
{
"name": "CVE-2026-43038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43038"
},
{
"name": "CVE-2026-63994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63994"
},
{
"name": "CVE-2026-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53062"
},
{
"name": "CVE-2026-52990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52990"
},
{
"name": "CVE-2026-31710",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31710"
},
{
"name": "CVE-2026-64114",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64114"
},
{
"name": "CVE-2026-45974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45974"
},
{
"name": "CVE-2026-45965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45965"
},
{
"name": "CVE-2026-43218",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43218"
},
{
"name": "CVE-2026-43072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43072"
},
{
"name": "CVE-2026-53380",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53380"
},
{
"name": "CVE-2026-53032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53032"
},
{
"name": "CVE-2026-46232",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46232"
},
{
"name": "CVE-2026-23053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23053"
},
{
"name": "CVE-2026-43363",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43363"
},
{
"name": "CVE-2026-46014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46014"
},
{
"name": "CVE-2026-64159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64159"
},
{
"name": "CVE-2026-43013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43013"
},
{
"name": "CVE-2026-64088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64088"
},
{
"name": "CVE-2026-46165",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46165"
},
{
"name": "CVE-2026-45915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45915"
},
{
"name": "CVE-2026-64073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64073"
},
{
"name": "CVE-2026-31454",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31454"
},
{
"name": "CVE-2024-35865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35865"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2025-38659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38659"
},
{
"name": "CVE-2026-46052",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46052"
},
{
"name": "CVE-2026-46061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46061"
},
{
"name": "CVE-2026-43130",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43130"
},
{
"name": "CVE-2026-23386",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23386"
},
{
"name": "CVE-2026-31452",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31452"
},
{
"name": "CVE-2026-46053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46053"
},
{
"name": "CVE-2026-53369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53369"
},
{
"name": "CVE-2026-31407",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31407"
},
{
"name": "CVE-2026-31499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31499"
},
{
"name": "CVE-2026-23398",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23398"
},
{
"name": "CVE-2026-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53082"
},
{
"name": "CVE-2026-52926",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52926"
},
{
"name": "CVE-2026-63908",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63908"
},
{
"name": "CVE-2026-43368",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43368"
},
{
"name": "CVE-2026-31602",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31602"
},
{
"name": "CVE-2026-64145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64145"
},
{
"name": "CVE-2026-31425",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31425"
},
{
"name": "CVE-2026-64002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64002"
},
{
"name": "CVE-2026-63894",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63894"
},
{
"name": "CVE-2026-46238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46238"
},
{
"name": "CVE-2026-64081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64081"
},
{
"name": "CVE-2026-64135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64135"
},
{
"name": "CVE-2026-63844",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63844"
},
{
"name": "CVE-2026-46051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46051"
},
{
"name": "CVE-2026-64063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64063"
},
{
"name": "CVE-2026-52977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52977"
},
{
"name": "CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"name": "CVE-2026-45890",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45890"
},
{
"name": "CVE-2026-46284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46284"
},
{
"name": "CVE-2026-31440",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31440"
},
{
"name": "CVE-2026-46039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46039"
},
{
"name": "CVE-2026-46155",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46155"
},
{
"name": "CVE-2026-43255",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43255"
},
{
"name": "CVE-2026-53074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53074"
},
{
"name": "CVE-2026-63961",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63961"
},
{
"name": "CVE-2026-64154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64154"
},
{
"name": "CVE-2026-46322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46322"
},
{
"name": "CVE-2026-53036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53036"
},
{
"name": "CVE-2026-45839",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45839"
},
{
"name": "CVE-2026-23276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23276"
},
{
"name": "CVE-2026-31579",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31579"
},
{
"name": "CVE-2026-43283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43283"
},
{
"name": "CVE-2026-46088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46088"
},
{
"name": "CVE-2026-64065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64065"
},
{
"name": "CVE-2026-23147",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23147"
},
{
"name": "CVE-2026-52982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52982"
},
{
"name": "CVE-2026-31629",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31629"
},
{
"name": "CVE-2026-63902",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63902"
},
{
"name": "CVE-2026-64011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64011"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2026-63846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63846"
},
{
"name": "CVE-2026-46102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46102"
},
{
"name": "CVE-2026-64009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64009"
},
{
"name": "CVE-2026-43050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43050"
},
{
"name": "CVE-2026-53022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53022"
},
{
"name": "CVE-2026-46078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46078"
},
{
"name": "CVE-2026-43088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43088"
},
{
"name": "CVE-2026-63883",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63883"
},
{
"name": "CVE-2026-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31438"
},
{
"name": "CVE-2026-45969",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45969"
},
{
"name": "CVE-2026-46058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46058"
},
{
"name": "CVE-2026-43494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43494"
},
{
"name": "CVE-2026-43203",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43203"
},
{
"name": "CVE-2026-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23154"
},
{
"name": "CVE-2026-31673",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31673"
},
{
"name": "CVE-2026-31667",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31667"
},
{
"name": "CVE-2026-53083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53083"
}
],
"initial_release_date": "2026-07-24T00:00:00",
"last_revision_date": "2026-07-24T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0926",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-24T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une \u00e9l\u00e9vation de privil\u00e8ges, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8575-1",
"url": "https://ubuntu.com/security/notices/USN-8575-1"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8575-2",
"url": "https://ubuntu.com/security/notices/USN-8575-2"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8596-1",
"url": "https://ubuntu.com/security/notices/USN-8596-1"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8593-1",
"url": "https://ubuntu.com/security/notices/USN-8593-1"
},
{
"published_at": "2026-07-20",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8568-1",
"url": "https://ubuntu.com/security/notices/USN-8568-1"
},
{
"published_at": "2026-07-20",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8570-1",
"url": "https://ubuntu.com/security/notices/USN-8570-1"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8595-1",
"url": "https://ubuntu.com/security/notices/USN-8595-1"
},
{
"published_at": "2026-07-20",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8566-1",
"url": "https://ubuntu.com/security/notices/USN-8566-1"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8576-1",
"url": "https://ubuntu.com/security/notices/USN-8576-1"
},
{
"published_at": "2026-07-17",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8490-2",
"url": "https://ubuntu.com/security/notices/USN-8490-2"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8594-1",
"url": "https://ubuntu.com/security/notices/USN-8594-1"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8574-2",
"url": "https://ubuntu.com/security/notices/USN-8574-2"
},
{
"published_at": "2026-07-20",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8567-1",
"url": "https://ubuntu.com/security/notices/USN-8567-1"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8597-1",
"url": "https://ubuntu.com/security/notices/USN-8597-1"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8576-2",
"url": "https://ubuntu.com/security/notices/USN-8576-2"
},
{
"published_at": "2026-07-20",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8569-1",
"url": "https://ubuntu.com/security/notices/USN-8569-1"
}
]
}
FKIE_CVE-2026-31677
Vulnerability from fkie_nvd - Published: 2026-04-25 09:16 - Updated: 2026-06-17 10:34| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/07c6f6ffe29009426f0bd4d3cfbb6308b8ea8453 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/4a264b2614c73c96666e196bbabe0cead52bdba7 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/8eceab19eba9dcbfd2a0daec72e1bf48aa100170 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/9bf3e6ccfdcfe56ae3190d1ae987dacf1cfef4f9 | Patch |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 |
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"crypto/af_alg.c",
"crypto/algif_skcipher.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "9bf3e6ccfdcfe56ae3190d1ae987dacf1cfef4f9",
"status": "affected",
"version": "e870456d8e7c8d57c059ea479b5aadbb55ff4c3a",
"versionType": "git"
},
{
"lessThan": "07c6f6ffe29009426f0bd4d3cfbb6308b8ea8453",
"status": "affected",
"version": "e870456d8e7c8d57c059ea479b5aadbb55ff4c3a",
"versionType": "git"
},
{
"lessThan": "4a264b2614c73c96666e196bbabe0cead52bdba7",
"status": "affected",
"version": "e870456d8e7c8d57c059ea479b5aadbb55ff4c3a",
"versionType": "git"
},
{
"lessThan": "8eceab19eba9dcbfd2a0daec72e1bf48aa100170",
"status": "affected",
"version": "e870456d8e7c8d57c059ea479b5aadbb55ff4c3a",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"crypto/af_alg.c",
"crypto/algif_skcipher.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "4.14"
},
{
"lessThan": "4.14",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.83",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.24",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.14",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.0",
"versionType": "original_commit_for_fix"
}
]
}
],
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "58CEE9D1-D59E-4E24-A222-20946659E048",
"versionEndExcluding": "6.12.83",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "8126B8B8-6D0B-4443-86C1-672AEE893555",
"versionEndExcluding": "6.18.24",
"versionStartIncluding": "6.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D6A8A074-BBF4-4803-ABED-519A839435BB",
"versionEndExcluding": "6.19.14",
"versionStartIncluding": "6.19",
"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",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*",
"matchCriteriaId": "1D2315C0-D46F-4F85-9754-F9E5E11374A6",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*",
"matchCriteriaId": "512EE3A8-A590-4501-9A94-5D4B268D6138",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: af_alg - limit RX SG extraction by receive buffer budget\n\nMake af_alg_get_rsgl() limit each RX scatterlist extraction to the\nremaining receive buffer budget.\n\naf_alg_get_rsgl() currently uses af_alg_readable() only as a gate\nbefore extracting data into the RX scatterlist. Limit each extraction\nto the remaining af_alg_rcvbuf(sk) budget so that receive-side\naccounting matches the amount of data attached to the request.\n\nIf skcipher cannot obtain enough RX space for at least one chunk while\nmore data remains to be processed, reject the recvmsg call instead of\nrounding the request length down to zero."
}
],
"id": "CVE-2026-31677",
"lastModified": "2026-06-17T10:34:13.220",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2026-04-25T09:16:01.330",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/07c6f6ffe29009426f0bd4d3cfbb6308b8ea8453"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/4a264b2614c73c96666e196bbabe0cead52bdba7"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/8eceab19eba9dcbfd2a0daec72e1bf48aa100170"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/9bf3e6ccfdcfe56ae3190d1ae987dacf1cfef4f9"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-noinfo"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-25G2-2JJ3-XVXX
Vulnerability from github – Published: 2026-04-25 09:30 – Updated: 2026-05-06 21:31In the Linux kernel, the following vulnerability has been resolved:
crypto: af_alg - limit RX SG extraction by receive buffer budget
Make af_alg_get_rsgl() limit each RX scatterlist extraction to the remaining receive buffer budget.
af_alg_get_rsgl() currently uses af_alg_readable() only as a gate before extracting data into the RX scatterlist. Limit each extraction to the remaining af_alg_rcvbuf(sk) budget so that receive-side accounting matches the amount of data attached to the request.
If skcipher cannot obtain enough RX space for at least one chunk while more data remains to be processed, reject the recvmsg call instead of rounding the request length down to zero.
{
"affected": [],
"aliases": [
"CVE-2026-31677"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-04-25T09:16:01Z",
"severity": "MODERATE"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: af_alg - limit RX SG extraction by receive buffer budget\n\nMake af_alg_get_rsgl() limit each RX scatterlist extraction to the\nremaining receive buffer budget.\n\naf_alg_get_rsgl() currently uses af_alg_readable() only as a gate\nbefore extracting data into the RX scatterlist. Limit each extraction\nto the remaining af_alg_rcvbuf(sk) budget so that receive-side\naccounting matches the amount of data attached to the request.\n\nIf skcipher cannot obtain enough RX space for at least one chunk while\nmore data remains to be processed, reject the recvmsg call instead of\nrounding the request length down to zero.",
"id": "GHSA-25g2-2jj3-xvxx",
"modified": "2026-05-06T21:31:30Z",
"published": "2026-04-25T09:30:28Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31677"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/07c6f6ffe29009426f0bd4d3cfbb6308b8ea8453"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/4a264b2614c73c96666e196bbabe0cead52bdba7"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/8eceab19eba9dcbfd2a0daec72e1bf48aa100170"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/9bf3e6ccfdcfe56ae3190d1ae987dacf1cfef4f9"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-31677
Vulnerability from csaf_microsoft - Published: 2026-04-02 00:00 - Updated: 2026-07-12 14:48| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-5 | — |
None Available
|
|
| Unresolved product id: 17084-2 | — |
None Available
|
|
| Unresolved product id: 17084-8 | — |
None Available
|
|
| Unresolved product id: 17084-7 | — |
None Available
|
|
| Unresolved product id: 17084-6 | — |
None Available
|
|
| Unresolved product id: 17084-4 | — |
None Available
|
|
| Unresolved product id: 17084-3 | — |
None Available
|
|
| Unresolved product id: 17084-1 | — |
None Available
|
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-31677 crypto: af_alg - limit RX SG extraction by receive buffer budget - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-31677.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "crypto: af_alg - limit RX SG extraction by receive buffer budget",
"tracking": {
"current_release_date": "2026-07-12T14:48:23.000Z",
"generator": {
"date": "2026-07-13T08:20:32.050Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-31677",
"initial_release_date": "2026-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-04-26T01:08:34.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-04-27T14:46:14.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-04-29T14:52:53.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-05-06T14:42:47.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-05-11T01:38:31.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
},
{
"date": "2026-05-17T14:39:18.000Z",
"legacy_version": "6",
"number": "6",
"summary": "Information published."
},
{
"date": "2026-06-17T14:55:45.000Z",
"legacy_version": "7",
"number": "7",
"summary": "Information published."
},
{
"date": "2026-06-28T14:02:12.000Z",
"legacy_version": "8",
"number": "8",
"summary": "Information published."
},
{
"date": "2026-07-12T14:48:23.000Z",
"legacy_version": "9",
"number": "9",
"summary": "Information published."
}
],
"status": "final",
"version": "9"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.138.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.138.1-1.azl3",
"product_id": "5"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.143.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.143.1-1.azl3",
"product_id": "2"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.130.1-3.azl3",
"product": {
"name": "azl3 kernel 0:6.6.130.1-3.azl3",
"product_id": "8"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.134.1-2.azl3",
"product": {
"name": "azl3 kernel 0:6.6.134.1-2.azl3",
"product_id": "7"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.137.1-2.azl3",
"product": {
"name": "azl3 kernel 0:6.6.137.1-2.azl3",
"product_id": "6"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.139.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.139.1-1.azl3",
"product_id": "4"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.141.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.141.1-1.azl3",
"product_id": "3"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.144.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.144.1-1.azl3",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "kernel"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.138.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.143.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.130.1-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-8"
},
"product_reference": "8",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.134.1-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.137.1-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.139.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.141.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.144.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-31677",
"notes": [
{
"category": "general",
"text": "Linux",
"title": "Assigning CNA"
}
],
"product_status": {
"known_affected": [
"17084-5",
"17084-2",
"17084-8",
"17084-7",
"17084-6",
"17084-4",
"17084-3",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-31677 crypto: af_alg - limit RX SG extraction by receive buffer budget - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-31677.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-04-26T01:08:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-5"
]
},
{
"category": "none_available",
"date": "2026-04-26T01:08:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-2"
]
},
{
"category": "none_available",
"date": "2026-04-26T01:08:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-8"
]
},
{
"category": "none_available",
"date": "2026-04-26T01:08:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-7"
]
},
{
"category": "none_available",
"date": "2026-04-26T01:08:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-6"
]
},
{
"category": "none_available",
"date": "2026-04-26T01:08:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-4"
]
},
{
"category": "none_available",
"date": "2026-04-26T01:08:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-3"
]
},
{
"category": "none_available",
"date": "2026-04-26T01:08:34.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-1"
]
}
],
"title": "crypto: af_alg - limit RX SG extraction by receive buffer budget"
}
]
}
RHSA-2026:19074
Vulnerability from csaf_redhat - Published: 2026-05-19 14:04 - Updated: 2026-07-09 17:53A flaw was found in the Linux kernel's authencesn authenticated encryption with associated data implementation. A remote attacker can exploit this vulnerability by providing a specially crafted Associated Additional Data with a length shorter than the expected minimum. This can lead to a NULL pointer dereference, causing a kernel panic and 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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's algif_aead cryptographic algorithm interface. An incorrect in-place operation causes source and destination data mappings to differ during cryptographic processing. A low-privileged local attacker can exploit this flaw to corrupt the contents of sensitive system files and escalate to root privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's `af_alg` (Algorithm Interface) component. This vulnerability allows a local attacker to cause a denial of service (DoS) by sending specially crafted requests. The `af_alg_get_rsgl()` function fails to properly limit the extraction of receive scatterlist (RX SG) data based on the available receive buffer, leading to the rejection of `recvmsg` calls and preventing further data processing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's xfrm-ESP and RxRPC subsystems. Unsafe in-place cryptographic processing of shared socket buffer fragments allows a low-privileged local attacker to corrupt page-cache contents of readable files, including sensitive system files, and gain root privileges. The xfrm-ESP variant requires unprivileged user or network namespace creation, while the RxRPC variant depends on the rxrpc module being available on the target system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:19074 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2436779 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460538 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2461763 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467771 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-23060 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2436779 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23060 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23060 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | external |
| https://access.redhat.com/security/cve/CVE-2026-31431 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460538 | external |
| https://access.redhat.com/security/vulnerabilitie… | external |
| https://www.cve.org/CVERecord?id=CVE-2026-31431 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-31431 | external |
| https://access.redhat.com/articles/7141989 | external |
| https://access.redhat.com/solutions/7141931 | external |
| https://access.redhat.com/solutions/7141979 | external |
| https://access.redhat.com/solutions/7141990 | external |
| https://access.redhat.com/solutions/7141996 | external |
| https://access.redhat.com/solutions/7142032 | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://www.cisa.gov/known-exploited-vulnerabilit… | external |
| https://access.redhat.com/security/cve/CVE-2026-31677 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2461763 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-31677 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-31677 | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://access.redhat.com/security/cve/CVE-2026-43284 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467771 | external |
| https://access.redhat.com/security/vulnerabilitie… | external |
| https://www.cve.org/CVERecord?id=CVE-2026-43284 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-43284 | external |
| https://dirtyfrag.io/ | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: Linux kernel: Denial of Service in authencesn due to too-short AAD (CVE-2026-23060)\n\n* kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431)\n\n* kernel: crypto: af_alg - limit RX SG extraction by receive buffer budget (CVE-2026-31677)\n\n* kernel: \"Dirty Frag\" ESP XFRM variant is a new universal Local Privilege Escalation (LPE) vulnerability in the Linux kernel (CVE-2026-43284)\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:19074",
"url": "https://access.redhat.com/errata/RHSA-2026:19074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2436779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436779"
},
{
"category": "external",
"summary": "2460538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460538"
},
{
"category": "external",
"summary": "2461763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461763"
},
{
"category": "external",
"summary": "2467771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467771"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19074.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-07-09T17:53:39+00:00",
"generator": {
"date": "2026-07-09T17:53:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:19074",
"initial_release_date": "2026-05-19T14:04:11+00:00",
"revision_history": [
{
"date": "2026-05-19T14:04:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T14:04:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T17:53:39+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.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "perf-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "perf-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "rv-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "rv-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"product": {
"name": "libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"product_id": "libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.7.3.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"product": {
"name": "libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_id": "libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.7.3.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "perf-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "perf-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "rv-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "rv-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"product": {
"name": "libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"product_id": "libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.7.3.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "perf-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "perf-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "rtla-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "rtla-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "rv-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "rv-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.7.3.el10_2.s390x",
"product": {
"name": "libperf-0:6.12.0-211.7.3.el10_2.s390x",
"product_id": "libperf-0:6.12.0-211.7.3.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.7.3.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"product_id": "kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-211.7.3.el10_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-211.7.3.el10_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.7.3.el10_2.src",
"product": {
"name": "kernel-0:6.12.0-211.7.3.el10_2.src",
"product_id": "kernel-0:6.12.0-211.7.3.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "perf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "perf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "perf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "perf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "python3-perf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "rtla-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "rtla-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "rtla-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "rtla-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "rv-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "rv-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "rv-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "rv-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.src"
},
"product_reference": "kernel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "libperf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "libperf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "libperf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "libperf-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.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.7.3.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-23060",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-02-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436779"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s authencesn authenticated encryption with associated data implementation. A remote attacker can exploit this vulnerability by providing a specially crafted Associated Additional Data with a length shorter than the expected minimum. This can lead to a NULL pointer dereference, causing a kernel panic and resulting in a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Denial of Service in authencesn due to too-short AAD",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A denial of service can occur in the authencesn AEAD implementation when the associated data length is shorter than the minimum ESP ESN AAD size. With assoclen less than 8 the decrypt path can advance beyond the end of the destination scatterlist and later hit a NULL pointer dereference in scatterwalk_map_and_copy which can panic the kernel. For the CVSS the PR is N in the paranoid rating because an attacker does not need local privileges if they can reach a kernel user of authencesn with attacker controlled AAD. This is plausibly network reachable in deployments that use IPsec ESP with ESN or other kernel paths that feed ESP like AAD into authencesn. Impact is denial of service via kernel crash. There is no indication of information disclosure or privilege escalation from this fix.",
"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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23060"
},
{
"category": "external",
"summary": "RHBZ#2436779",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436779"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23060"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026020414-CVE-2026-23060-6a41@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026020414-CVE-2026-23060-6a41@gregkh/T"
}
],
"release_date": "2026-02-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T14:04:11+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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19074"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module authenc from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Denial of Service in authencesn due to too-short AAD"
},
{
"cve": "CVE-2026-31431",
"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": "2460538"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s algif_aead cryptographic algorithm interface. An incorrect in-place operation causes source and destination data mappings to differ during cryptographic processing. A low-privileged local attacker can exploit this flaw to corrupt the contents of sensitive system files and escalate to root privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: algif_aead - Revert to operating out-of-place",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Important, rather than Critical severity, because exploitation requires local access to the system. A low-privileged local attacker can exploit this flaw in the Linux kernel\u0027s cryptographic interface to gain root privileges by overwriting sensitive system files. Exploitation does not require user interaction, potentially resulting in full compromise of confidentiality, integrity, and availability.",
"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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31431"
},
{
"category": "external",
"summary": "RHBZ#2460538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460538"
},
{
"category": "external",
"summary": "RHSB-2026-002",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-002"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31431",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31431"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/7141989",
"url": "https://access.redhat.com/articles/7141989"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141931",
"url": "https://access.redhat.com/solutions/7141931"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141979",
"url": "https://access.redhat.com/solutions/7141979"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141990",
"url": "https://access.redhat.com/solutions/7141990"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141996",
"url": "https://access.redhat.com/solutions/7141996"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7142032",
"url": "https://access.redhat.com/solutions/7142032"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-command-line-parameters_managing-monitoring-and-updating-the-kernel",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-command-line-parameters_managing-monitoring-and-updating-the-kernel"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042214-CVE-2026-31431-3d65@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042214-CVE-2026-31431-3d65@gregkh/T"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2026-04-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T14:04:11+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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19074"
},
{
"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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2026-05-01T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: crypto: algif_aead - Revert to operating out-of-place"
},
{
"cve": "CVE-2026-31677",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461763"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s `af_alg` (Algorithm Interface) component. This vulnerability allows a local attacker to cause a denial of service (DoS) by sending specially crafted requests. The `af_alg_get_rsgl()` function fails to properly limit the extraction of receive scatterlist (RX SG) data based on the available receive buffer, leading to the rejection of `recvmsg` calls and preventing further data processing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: af_alg - limit RX SG extraction by receive buffer budget",
"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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31677"
},
{
"category": "external",
"summary": "RHBZ#2461763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461763"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31677",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31677"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31677",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31677"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042544-CVE-2026-31677-1a29@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042544-CVE-2026-31677-1a29@gregkh/T"
}
],
"release_date": "2026-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T14:04:11+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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19074"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: crypto: af_alg - limit RX SG extraction by receive buffer budget"
},
{
"cve": "CVE-2026-43284",
"cwe": {
"id": "CWE-123",
"name": "Write-what-where Condition"
},
"discovery_date": "2026-05-07T15:56:04.044000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467771"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s xfrm-ESP and RxRPC subsystems. Unsafe in-place cryptographic processing of shared socket buffer fragments allows a low-privileged local attacker to corrupt page-cache contents of readable files, including sensitive system files, and gain root privileges. The xfrm-ESP variant requires unprivileged user or network namespace creation, while the RxRPC variant depends on the rxrpc module being available on the target system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: \"Dirty Frag\" ESP XFRM variant is a new universal Local Privilege Escalation (LPE) vulnerability in the Linux kernel",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Important, rather than Critical severity, because exploitation requires local access to the system. A low-privileged local attacker can exploit this flaw in the Linux kernel\u0027s xfrm-ESP and RxRPC subsystems to gain root privileges by overwriting sensitive system files. Exploitation does not require user interaction, potentially resulting in full compromise of confidentiality, integrity, and availability.",
"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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43284"
},
{
"category": "external",
"summary": "RHBZ#2467771",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467771"
},
{
"category": "external",
"summary": "RHSB-2026-003",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43284"
},
{
"category": "external",
"summary": "https://dirtyfrag.io/",
"url": "https://dirtyfrag.io/"
}
],
"release_date": "2026-05-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T14:04:11+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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19074"
},
{
"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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.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.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.7.3.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.7.3.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.7.3.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.7.3.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: \"Dirty Frag\" ESP XFRM variant is a new universal Local Privilege Escalation (LPE) vulnerability in the Linux kernel"
}
]
}
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.