Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-53232 (GCVE-0-2024-53232)
Vulnerability from cvelistv5 – Published: 2024-12-27 13:50 – Updated: 2026-05-11 20:53- CWE-416 - Use After Free
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
c76c067e488ccd55734c3e750799caf2c5956db6 , < 3be34fa1cdbf180c1a948cfededfdf2cdc497199
(git)
Affected: c76c067e488ccd55734c3e750799caf2c5956db6 , < bd89d94f3ea6fdaee983cbc69226a00b9bde6d59 (git) Affected: c76c067e488ccd55734c3e750799caf2c5956db6 , < ecda483339a5151e3ca30d6b82691ef6f1d17912 (git) |
|
| Linux | Linux |
Affected:
6.7
Unaffected: 0 , < 6.7 (semver) Unaffected: 6.11.11 , ≤ 6.11.* (semver) Unaffected: 6.12.2 , ≤ 6.12.* (semver) Unaffected: 6.13 , ≤ * (original_commit_for_fix) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-53232",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-10T17:12:56.688366Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416 Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-10T17:21:08.938Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"arch/s390/include/asm/pci.h",
"arch/s390/pci/pci.c",
"arch/s390/pci/pci_debug.c",
"drivers/iommu/s390-iommu.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "3be34fa1cdbf180c1a948cfededfdf2cdc497199",
"status": "affected",
"version": "c76c067e488ccd55734c3e750799caf2c5956db6",
"versionType": "git"
},
{
"lessThan": "bd89d94f3ea6fdaee983cbc69226a00b9bde6d59",
"status": "affected",
"version": "c76c067e488ccd55734c3e750799caf2c5956db6",
"versionType": "git"
},
{
"lessThan": "ecda483339a5151e3ca30d6b82691ef6f1d17912",
"status": "affected",
"version": "c76c067e488ccd55734c3e750799caf2c5956db6",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"arch/s390/include/asm/pci.h",
"arch/s390/pci/pci.c",
"arch/s390/pci/pci_debug.c",
"drivers/iommu/s390-iommu.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.7"
},
{
"lessThan": "6.7",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.11.*",
"status": "unaffected",
"version": "6.11.11",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.2",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.13",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.11.11",
"versionStartIncluding": "6.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.2",
"versionStartIncluding": "6.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.13",
"versionStartIncluding": "6.7",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\niommu/s390: Implement blocking domain\n\nThis fixes a crash when surprise hot-unplugging a PCI device. This crash\nhappens because during hot-unplug __iommu_group_set_domain_nofail()\nattaching the default domain fails when the platform no longer\nrecognizes the device as it has already been removed and we end up with\na NULL domain pointer and UAF. This is exactly the case referred to in\nthe second comment in __iommu_device_set_domain() and just as stated\nthere if we can instead attach the blocking domain the UAF is prevented\nas this can handle the already removed device. Implement the blocking\ndomain to use this handling. With this change, the crash is fixed but\nwe still hit a warning attempting to change DMA ownership on a blocked\ndevice."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T20:53:24.486Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/3be34fa1cdbf180c1a948cfededfdf2cdc497199"
},
{
"url": "https://git.kernel.org/stable/c/bd89d94f3ea6fdaee983cbc69226a00b9bde6d59"
},
{
"url": "https://git.kernel.org/stable/c/ecda483339a5151e3ca30d6b82691ef6f1d17912"
}
],
"title": "iommu/s390: Implement blocking domain",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2024-53232",
"datePublished": "2024-12-27T13:50:19.551Z",
"dateReserved": "2024-11-19T17:17:25.025Z",
"dateUpdated": "2026-05-11T20:53:24.486Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-53232",
"date": "2026-06-03",
"epss": "0.00016",
"percentile": "0.03977"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\niommu/s390: Implement blocking domain\\n\\nThis fixes a crash when surprise hot-unplugging a PCI device. This crash\\nhappens because during hot-unplug __iommu_group_set_domain_nofail()\\nattaching the default domain fails when the platform no longer\\nrecognizes the device as it has already been removed and we end up with\\na NULL domain pointer and UAF. This is exactly the case referred to in\\nthe second comment in __iommu_device_set_domain() and just as stated\\nthere if we can instead attach the blocking domain the UAF is prevented\\nas this can handle the already removed device. Implement the blocking\\ndomain to use this handling. With this change, the crash is fixed but\\nwe still hit a warning attempting to change DMA ownership on a blocked\\ndevice.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: iommu/s390: Implementar dominio de bloqueo Esto corrige un fallo al desconectar en caliente por sorpresa un dispositivo PCI. Este fallo ocurre porque durante la desconexi\\u00f3n en caliente __iommu_group_set_domain_nofail() la conexi\\u00f3n del dominio predeterminado falla cuando la plataforma ya no reconoce el dispositivo porque ya se ha eliminado y terminamos con un puntero de dominio NULL y UAF. Este es exactamente el caso al que se hace referencia en el segundo comentario en __iommu_device_set_domain() y tal como se indica all\\u00ed, si en su lugar podemos conectar el dominio de bloqueo, se evita el UAF ya que puede gestionar el dispositivo ya eliminado. Implemente el dominio de bloqueo para usar esta gesti\\u00f3n. Con este cambio, el fallo se corrige, pero a\\u00fan encontramos una advertencia al intentar cambiar la propiedad de DMA en un dispositivo bloqueado.\"}]",
"id": "CVE-2024-53232",
"lastModified": "2024-12-27T14:15:31.510",
"published": "2024-12-27T14:15:31.510",
"references": "[{\"url\": \"https://git.kernel.org/stable/c/3be34fa1cdbf180c1a948cfededfdf2cdc497199\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/bd89d94f3ea6fdaee983cbc69226a00b9bde6d59\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/ecda483339a5151e3ca30d6b82691ef6f1d17912\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Awaiting Analysis"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-53232\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-27T14:15:31.510\",\"lastModified\":\"2025-02-10T18:15:28.727\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\niommu/s390: Implement blocking domain\\n\\nThis fixes a crash when surprise hot-unplugging a PCI device. This crash\\nhappens because during hot-unplug __iommu_group_set_domain_nofail()\\nattaching the default domain fails when the platform no longer\\nrecognizes the device as it has already been removed and we end up with\\na NULL domain pointer and UAF. This is exactly the case referred to in\\nthe second comment in __iommu_device_set_domain() and just as stated\\nthere if we can instead attach the blocking domain the UAF is prevented\\nas this can handle the already removed device. Implement the blocking\\ndomain to use this handling. With this change, the crash is fixed but\\nwe still hit a warning attempting to change DMA ownership on a blocked\\ndevice.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: iommu/s390: Implementar dominio de bloqueo Esto corrige un fallo al desconectar en caliente por sorpresa un dispositivo PCI. Este fallo ocurre porque durante la desconexi\u00f3n en caliente __iommu_group_set_domain_nofail() la conexi\u00f3n del dominio predeterminado falla cuando la plataforma ya no reconoce el dispositivo porque ya se ha eliminado y terminamos con un puntero de dominio NULL y UAF. Este es exactamente el caso al que se hace referencia en el segundo comentario en __iommu_device_set_domain() y tal como se indica all\u00ed, si en su lugar podemos conectar el dominio de bloqueo, se evita el UAF ya que puede gestionar el dispositivo ya eliminado. Implemente el dominio de bloqueo para usar esta gesti\u00f3n. Con este cambio, el fallo se corrige, pero a\u00fan encontramos una advertencia al intentar cambiar la propiedad de DMA en un dispositivo bloqueado.\"}],\"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},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"},{\"lang\":\"en\",\"value\":\"CWE-476\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.11.11\",\"matchCriteriaId\":\"21434379-192D-472F-9B54-D45E3650E893\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.12\",\"versionEndExcluding\":\"6.12.2\",\"matchCriteriaId\":\"D8882B1B-2ABC-4838-AC1D-DBDBB5764776\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/3be34fa1cdbf180c1a948cfededfdf2cdc497199\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/bd89d94f3ea6fdaee983cbc69226a00b9bde6d59\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ecda483339a5151e3ca30d6b82691ef6f1d17912\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-53232\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-10T17:12:56.688366Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-10T17:12:58.079Z\"}}], \"cna\": {\"title\": \"iommu/s390: Implement blocking domain\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"c76c067e488ccd55734c3e750799caf2c5956db6\", \"lessThan\": \"3be34fa1cdbf180c1a948cfededfdf2cdc497199\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"c76c067e488ccd55734c3e750799caf2c5956db6\", \"lessThan\": \"bd89d94f3ea6fdaee983cbc69226a00b9bde6d59\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"c76c067e488ccd55734c3e750799caf2c5956db6\", \"lessThan\": \"ecda483339a5151e3ca30d6b82691ef6f1d17912\", \"versionType\": \"git\"}], \"programFiles\": [\"arch/s390/include/asm/pci.h\", \"arch/s390/pci/pci.c\", \"arch/s390/pci/pci_debug.c\", \"drivers/iommu/s390-iommu.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.7\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.7\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.11.11\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.11.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12.2\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"arch/s390/include/asm/pci.h\", \"arch/s390/pci/pci.c\", \"arch/s390/pci/pci_debug.c\", \"drivers/iommu/s390-iommu.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/3be34fa1cdbf180c1a948cfededfdf2cdc497199\"}, {\"url\": \"https://git.kernel.org/stable/c/bd89d94f3ea6fdaee983cbc69226a00b9bde6d59\"}, {\"url\": \"https://git.kernel.org/stable/c/ecda483339a5151e3ca30d6b82691ef6f1d17912\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\niommu/s390: Implement blocking domain\\n\\nThis fixes a crash when surprise hot-unplugging a PCI device. This crash\\nhappens because during hot-unplug __iommu_group_set_domain_nofail()\\nattaching the default domain fails when the platform no longer\\nrecognizes the device as it has already been removed and we end up with\\na NULL domain pointer and UAF. This is exactly the case referred to in\\nthe second comment in __iommu_device_set_domain() and just as stated\\nthere if we can instead attach the blocking domain the UAF is prevented\\nas this can handle the already removed device. Implement the blocking\\ndomain to use this handling. With this change, the crash is fixed but\\nwe still hit a warning attempting to change DMA ownership on a blocked\\ndevice.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.11.11\", \"versionStartIncluding\": \"6.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.2\", \"versionStartIncluding\": \"6.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.13\", \"versionStartIncluding\": \"6.7\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-05-04T09:56:34.982Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-53232\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-04T09:56:34.982Z\", \"dateReserved\": \"2024-11-19T17:17:25.025Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-12-27T13:50:19.551Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
CERTFR-2025-AVI-0133
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, un contournement de la politique de sécurité 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).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP5 | ||
| SUSE | N/A | SUSE Manager Proxy 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Desktop 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.3 | ||
| SUSE | N/A | Basesystem Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.2 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 | ||
| SUSE | N/A | Public Cloud Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP3 | ||
| SUSE | N/A | openSUSE Leap 15.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
| SUSE | N/A | openSUSE Leap 15.5 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 Business Critical Linux | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP5 | ||
| SUSE | N/A | Legacy Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 12-SP5 | ||
| SUSE | N/A | SUSE Manager Retail Branch Server 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP6 | ||
| SUSE | N/A | openSUSE Leap 15.6 | ||
| SUSE | N/A | SUSE Enterprise Storage 7.1 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP4 | ||
| SUSE | N/A | SUSE Manager Server 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Workstation Extension 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.1 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.4 | ||
| SUSE | N/A | openSUSE Leap 15.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
| SUSE | N/A | Development Tools Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.5 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Desktop 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Basesystem Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Public Cloud Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3 Business Critical Linux",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Legacy Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12-SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Enterprise Storage 7.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Workstation Extension 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Development Tools Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "N/A",
"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-2023-4244",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4244"
},
{
"name": "CVE-2024-26810",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26810"
},
{
"name": "CVE-2023-52489",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52489"
},
{
"name": "CVE-2024-35863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35863"
},
{
"name": "CVE-2022-48912",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48912"
},
{
"name": "CVE-2022-48923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48923"
},
{
"name": "CVE-2024-45016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45016"
},
{
"name": "CVE-2024-46858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46858"
},
{
"name": "CVE-2024-47684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47684"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-43913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43913"
},
{
"name": "CVE-2024-49948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49948"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-56605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56605"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56570",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56570"
},
{
"name": "CVE-2024-56571",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56571"
},
{
"name": "CVE-2024-56575",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56575"
},
{
"name": "CVE-2024-56598",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56598"
},
{
"name": "CVE-2024-56619",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56619"
},
{
"name": "CVE-2024-56631",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56631"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2023-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52923"
},
{
"name": "CVE-2024-36476",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36476"
},
{
"name": "CVE-2024-39282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39282"
},
{
"name": "CVE-2024-45828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45828"
},
{
"name": "CVE-2024-46896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46896"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-47143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47143"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2024-48881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48881"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2024-49951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49951"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50051"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2024-52332",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52332"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53185"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53685"
},
{
"name": "CVE-2024-53690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53690"
},
{
"name": "CVE-2024-54680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54680"
},
{
"name": "CVE-2024-55639",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55639"
},
{
"name": "CVE-2024-55881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55881"
},
{
"name": "CVE-2024-55916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55916"
},
{
"name": "CVE-2024-56369",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56369"
},
{
"name": "CVE-2024-56372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56372"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2024-56558",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56558"
},
{
"name": "CVE-2024-56568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56568"
},
{
"name": "CVE-2024-56569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56569"
},
{
"name": "CVE-2024-56572",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56572"
},
{
"name": "CVE-2024-56573",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56573"
},
{
"name": "CVE-2024-56574",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56574"
},
{
"name": "CVE-2024-53164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53164"
},
{
"name": "CVE-2024-56577",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56577"
},
{
"name": "CVE-2024-56578",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56578"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2024-56587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56587"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2024-56589",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56589"
},
{
"name": "CVE-2024-56590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56590"
},
{
"name": "CVE-2024-56593",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56593"
},
{
"name": "CVE-2024-56594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56594"
},
{
"name": "CVE-2024-56595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56595"
},
{
"name": "CVE-2024-56596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56596"
},
{
"name": "CVE-2024-56597",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56597"
},
{
"name": "CVE-2024-56602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56602"
},
{
"name": "CVE-2024-56603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56603"
},
{
"name": "CVE-2024-56606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56606"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2024-56614",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56614"
},
{
"name": "CVE-2024-56615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56615"
},
{
"name": "CVE-2024-56616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56616"
},
{
"name": "CVE-2024-56617",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56617"
},
{
"name": "CVE-2024-56620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56620"
},
{
"name": "CVE-2024-56622",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56622"
},
{
"name": "CVE-2024-56623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56623"
},
{
"name": "CVE-2024-56625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56625"
},
{
"name": "CVE-2024-56629",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56629"
},
{
"name": "CVE-2024-56630",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56630"
},
{
"name": "CVE-2024-56632",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56632"
},
{
"name": "CVE-2024-56634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56634"
},
{
"name": "CVE-2024-56635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56635"
},
{
"name": "CVE-2024-56636",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56636"
},
{
"name": "CVE-2024-56637",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56637"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-56642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56642"
},
{
"name": "CVE-2024-56643",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56643"
},
{
"name": "CVE-2024-56644",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56644"
},
{
"name": "CVE-2024-56648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56648"
},
{
"name": "CVE-2024-56649",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56649"
},
{
"name": "CVE-2024-56651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56651"
},
{
"name": "CVE-2024-56654",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56654"
},
{
"name": "CVE-2024-56656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56656"
},
{
"name": "CVE-2024-56659",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56659"
},
{
"name": "CVE-2024-56660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56660"
},
{
"name": "CVE-2024-56661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56661"
},
{
"name": "CVE-2024-56662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56662"
},
{
"name": "CVE-2024-56663",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56663"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2024-56670",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56670"
},
{
"name": "CVE-2024-56672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56672"
},
{
"name": "CVE-2024-56675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56675"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56709"
},
{
"name": "CVE-2024-56712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56712"
},
{
"name": "CVE-2024-56716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56716"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56741"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-56759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56759"
},
{
"name": "CVE-2024-56760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56760"
},
{
"name": "CVE-2024-56765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56765"
},
{
"name": "CVE-2024-56766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56766"
},
{
"name": "CVE-2024-56767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56767"
},
{
"name": "CVE-2024-56769",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56769"
},
{
"name": "CVE-2024-56774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56774"
},
{
"name": "CVE-2024-56775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56775"
},
{
"name": "CVE-2024-56776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56776"
},
{
"name": "CVE-2024-56777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56777"
},
{
"name": "CVE-2024-56778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56778"
},
{
"name": "CVE-2024-56779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56779"
},
{
"name": "CVE-2024-56780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56780"
},
{
"name": "CVE-2024-56787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56787"
},
{
"name": "CVE-2024-57791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57791"
},
{
"name": "CVE-2024-57792",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57792"
},
{
"name": "CVE-2024-57793",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57793"
},
{
"name": "CVE-2024-57795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57795"
},
{
"name": "CVE-2024-57798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57798"
},
{
"name": "CVE-2024-57801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57801"
},
{
"name": "CVE-2024-57804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57804"
},
{
"name": "CVE-2024-57809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57809"
},
{
"name": "CVE-2024-57838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57838"
},
{
"name": "CVE-2024-57849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57849"
},
{
"name": "CVE-2024-57850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57850"
},
{
"name": "CVE-2024-57857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57857"
},
{
"name": "CVE-2024-57874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57874"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-57887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57887"
},
{
"name": "CVE-2024-57888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57888"
},
{
"name": "CVE-2024-57890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57890"
},
{
"name": "CVE-2024-57892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57892"
},
{
"name": "CVE-2024-57893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57893"
},
{
"name": "CVE-2024-57896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57896"
},
{
"name": "CVE-2024-57897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57897"
},
{
"name": "CVE-2024-57899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57899"
},
{
"name": "CVE-2024-57903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57903"
},
{
"name": "CVE-2024-57904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57904"
},
{
"name": "CVE-2024-57906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57906"
},
{
"name": "CVE-2024-57907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57907"
},
{
"name": "CVE-2024-57908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57908"
},
{
"name": "CVE-2024-57910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57910"
},
{
"name": "CVE-2024-57911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57911"
},
{
"name": "CVE-2024-57912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57912"
},
{
"name": "CVE-2024-57913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57913"
},
{
"name": "CVE-2024-57915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57915"
},
{
"name": "CVE-2024-57916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57916"
},
{
"name": "CVE-2024-57922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57922"
},
{
"name": "CVE-2024-57926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57926"
},
{
"name": "CVE-2024-57929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57929"
},
{
"name": "CVE-2024-57932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57932"
},
{
"name": "CVE-2024-57933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57933"
},
{
"name": "CVE-2024-57935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57935"
},
{
"name": "CVE-2024-57936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57936"
},
{
"name": "CVE-2024-57940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57940"
},
{
"name": "CVE-2025-21632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21632"
},
{
"name": "CVE-2025-21645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21645"
},
{
"name": "CVE-2025-21646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21646"
},
{
"name": "CVE-2025-21649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21649"
},
{
"name": "CVE-2025-21650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21650"
},
{
"name": "CVE-2025-21651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21651"
},
{
"name": "CVE-2025-21656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21656"
},
{
"name": "CVE-2025-21662",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21662"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2024-56600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56600"
},
{
"name": "CVE-2024-56601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56601"
},
{
"name": "CVE-2024-56608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56608"
},
{
"name": "CVE-2024-56610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56610"
},
{
"name": "CVE-2024-56650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56650"
},
{
"name": "CVE-2024-56658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56658"
},
{
"name": "CVE-2024-56665",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56665"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56715"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-56763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56763"
},
{
"name": "CVE-2024-57802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57802"
},
{
"name": "CVE-2024-57882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57882"
},
{
"name": "CVE-2024-57884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57884"
},
{
"name": "CVE-2024-57917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57917"
},
{
"name": "CVE-2024-57931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57931"
},
{
"name": "CVE-2024-57938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57938"
},
{
"name": "CVE-2024-57946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57946"
},
{
"name": "CVE-2025-21652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21652"
},
{
"name": "CVE-2025-21653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21653"
},
{
"name": "CVE-2025-21655",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21655"
},
{
"name": "CVE-2025-21663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21663"
},
{
"name": "CVE-2025-21664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21664"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0133",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-02-14T00:00:00.000000"
}
],
"risks": [
{
"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. Elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, un contournement de la politique de s\u00e9curit\u00e9 et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": "2025-02-10",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0414-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250414-1"
},
{
"published_at": "2025-02-10",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0426-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250426-1"
},
{
"published_at": "2025-02-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0517-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250517-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0494-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250494-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0486-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250486-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0455-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250455-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0462-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250462-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0452-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250452-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0487-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250487-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0449-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250449-1"
},
{
"published_at": "2025-02-10",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0428-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250428-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0489-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250489-1"
},
{
"published_at": "2025-02-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0499-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250499-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0465-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250465-1"
},
{
"published_at": "2025-02-12",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0476-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250476-1"
},
{
"published_at": "2025-02-09",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0410-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250410-1"
},
{
"published_at": "2025-02-11",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0440-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250440-1"
}
]
}
CERTFR-2025-AVI-0151
Vulnerability from certfr_avis - Published: - Updated:
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 exécution de code arbitraire à distance, une élévation de privilèges 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 | N/A | SUSE Linux Enterprise Micro for Rancher 5.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP5 | ||
| SUSE | N/A | SUSE Manager Proxy 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.3 | ||
| SUSE | N/A | SUSE Manager Proxy 4.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.2 | ||
| SUSE | N/A | SUSE Real Time Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP4 | ||
| SUSE | N/A | SUSE Manager Retail Branch Server 4.3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP3 | ||
| SUSE | N/A | openSUSE Leap 15.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 11 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
| SUSE | N/A | openSUSE Leap 15.5 | ||
| SUSE | N/A | SUSE Manager Server 4.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 Business Critical Linux | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 12-SP5 | ||
| SUSE | N/A | SUSE Manager Retail Branch Server 4.2 | ||
| SUSE | N/A | Confidential Computing Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP6 | ||
| SUSE | N/A | openSUSE Leap 15.6 | ||
| SUSE | N/A | SUSE Enterprise Storage 7.1 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP5 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 | ||
| SUSE | N/A | SUSE Manager Server 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.1 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.4 | ||
| SUSE | N/A | openSUSE Leap 15.3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.5 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Real Time Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 11 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3 Business Critical Linux",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12-SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Confidential Computing Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Enterprise Storage 7.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "N/A",
"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-2023-4244",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4244"
},
{
"name": "CVE-2024-26644",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26644"
},
{
"name": "CVE-2024-26758",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26758"
},
{
"name": "CVE-2024-26943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26943"
},
{
"name": "CVE-2024-35863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35863"
},
{
"name": "CVE-2024-36898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36898"
},
{
"name": "CVE-2024-38599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38599"
},
{
"name": "CVE-2024-40980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40980"
},
{
"name": "CVE-2024-41047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41047"
},
{
"name": "CVE-2024-45019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45019"
},
{
"name": "CVE-2024-46858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46858"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2024-43913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43913"
},
{
"name": "CVE-2024-49948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49948"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50195"
},
{
"name": "CVE-2024-50210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50210"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53112"
},
{
"name": "CVE-2024-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53121"
},
{
"name": "CVE-2024-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53138"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-53103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53103"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53127"
},
{
"name": "CVE-2024-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53129"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2024-53141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53141"
},
{
"name": "CVE-2024-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53148"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53155"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53173"
},
{
"name": "CVE-2024-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53174"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53209"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53217"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-56539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56539"
},
{
"name": "CVE-2024-56562",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56562"
},
{
"name": "CVE-2024-56567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56567"
},
{
"name": "CVE-2024-56605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56605"
},
{
"name": "CVE-2024-56645",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56645"
},
{
"name": "CVE-2024-56754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56754"
},
{
"name": "CVE-2024-56756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56756"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56570",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56570"
},
{
"name": "CVE-2024-56571",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56571"
},
{
"name": "CVE-2024-56575",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56575"
},
{
"name": "CVE-2024-56598",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56598"
},
{
"name": "CVE-2024-56619",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56619"
},
{
"name": "CVE-2024-56631",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56631"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2023-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52923"
},
{
"name": "CVE-2024-36476",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36476"
},
{
"name": "CVE-2024-39282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39282"
},
{
"name": "CVE-2024-45828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45828"
},
{
"name": "CVE-2024-46896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46896"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-47143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47143"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2024-48881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48881"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2024-49951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49951"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50051"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2024-52332",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52332"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53185"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53685"
},
{
"name": "CVE-2024-53690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53690"
},
{
"name": "CVE-2024-54680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54680"
},
{
"name": "CVE-2024-55639",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55639"
},
{
"name": "CVE-2024-55881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55881"
},
{
"name": "CVE-2024-55916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55916"
},
{
"name": "CVE-2024-56369",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56369"
},
{
"name": "CVE-2024-56372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56372"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2024-56558",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56558"
},
{
"name": "CVE-2024-56568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56568"
},
{
"name": "CVE-2024-56569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56569"
},
{
"name": "CVE-2024-56572",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56572"
},
{
"name": "CVE-2024-56573",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56573"
},
{
"name": "CVE-2024-56574",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56574"
},
{
"name": "CVE-2024-53164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53164"
},
{
"name": "CVE-2024-56577",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56577"
},
{
"name": "CVE-2024-56578",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56578"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2024-56587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56587"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2024-56589",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56589"
},
{
"name": "CVE-2024-56590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56590"
},
{
"name": "CVE-2024-56593",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56593"
},
{
"name": "CVE-2024-56594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56594"
},
{
"name": "CVE-2024-56595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56595"
},
{
"name": "CVE-2024-56596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56596"
},
{
"name": "CVE-2024-56597",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56597"
},
{
"name": "CVE-2024-5660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5660"
},
{
"name": "CVE-2024-56602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56602"
},
{
"name": "CVE-2024-56603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56603"
},
{
"name": "CVE-2024-56606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56606"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2024-56614",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56614"
},
{
"name": "CVE-2024-56615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56615"
},
{
"name": "CVE-2024-56616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56616"
},
{
"name": "CVE-2024-56617",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56617"
},
{
"name": "CVE-2024-56620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56620"
},
{
"name": "CVE-2024-56622",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56622"
},
{
"name": "CVE-2024-56623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56623"
},
{
"name": "CVE-2024-56625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56625"
},
{
"name": "CVE-2024-56629",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56629"
},
{
"name": "CVE-2024-56630",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56630"
},
{
"name": "CVE-2024-56632",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56632"
},
{
"name": "CVE-2024-56634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56634"
},
{
"name": "CVE-2024-56635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56635"
},
{
"name": "CVE-2024-56636",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56636"
},
{
"name": "CVE-2024-56637",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56637"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-56642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56642"
},
{
"name": "CVE-2024-56643",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56643"
},
{
"name": "CVE-2024-56644",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56644"
},
{
"name": "CVE-2024-56648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56648"
},
{
"name": "CVE-2024-56649",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56649"
},
{
"name": "CVE-2024-56651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56651"
},
{
"name": "CVE-2024-56654",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56654"
},
{
"name": "CVE-2024-56656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56656"
},
{
"name": "CVE-2024-56659",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56659"
},
{
"name": "CVE-2024-56660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56660"
},
{
"name": "CVE-2024-56661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56661"
},
{
"name": "CVE-2024-56662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56662"
},
{
"name": "CVE-2024-56663",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56663"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2024-56670",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56670"
},
{
"name": "CVE-2024-56672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56672"
},
{
"name": "CVE-2024-56675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56675"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56709"
},
{
"name": "CVE-2024-56712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56712"
},
{
"name": "CVE-2024-56716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56716"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56741"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-56759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56759"
},
{
"name": "CVE-2024-56760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56760"
},
{
"name": "CVE-2024-56765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56765"
},
{
"name": "CVE-2024-56766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56766"
},
{
"name": "CVE-2024-56767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56767"
},
{
"name": "CVE-2024-56769",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56769"
},
{
"name": "CVE-2024-56774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56774"
},
{
"name": "CVE-2024-56775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56775"
},
{
"name": "CVE-2024-56776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56776"
},
{
"name": "CVE-2024-56777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56777"
},
{
"name": "CVE-2024-56778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56778"
},
{
"name": "CVE-2024-56779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56779"
},
{
"name": "CVE-2024-56780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56780"
},
{
"name": "CVE-2024-56787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56787"
},
{
"name": "CVE-2024-57791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57791"
},
{
"name": "CVE-2024-57792",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57792"
},
{
"name": "CVE-2024-57793",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57793"
},
{
"name": "CVE-2024-57795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57795"
},
{
"name": "CVE-2024-57798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57798"
},
{
"name": "CVE-2024-57801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57801"
},
{
"name": "CVE-2024-57804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57804"
},
{
"name": "CVE-2024-57809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57809"
},
{
"name": "CVE-2024-57838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57838"
},
{
"name": "CVE-2024-57849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57849"
},
{
"name": "CVE-2024-57850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57850"
},
{
"name": "CVE-2024-57857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57857"
},
{
"name": "CVE-2024-57874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57874"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-57887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57887"
},
{
"name": "CVE-2024-57888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57888"
},
{
"name": "CVE-2024-57890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57890"
},
{
"name": "CVE-2024-57892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57892"
},
{
"name": "CVE-2024-57893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57893"
},
{
"name": "CVE-2024-57896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57896"
},
{
"name": "CVE-2024-57897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57897"
},
{
"name": "CVE-2024-57899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57899"
},
{
"name": "CVE-2024-57903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57903"
},
{
"name": "CVE-2024-57904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57904"
},
{
"name": "CVE-2024-57906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57906"
},
{
"name": "CVE-2024-57907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57907"
},
{
"name": "CVE-2024-57908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57908"
},
{
"name": "CVE-2024-57910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57910"
},
{
"name": "CVE-2024-57911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57911"
},
{
"name": "CVE-2024-57912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57912"
},
{
"name": "CVE-2024-57913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57913"
},
{
"name": "CVE-2024-57915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57915"
},
{
"name": "CVE-2024-57916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57916"
},
{
"name": "CVE-2024-57922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57922"
},
{
"name": "CVE-2024-57926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57926"
},
{
"name": "CVE-2024-57929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57929"
},
{
"name": "CVE-2024-57932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57932"
},
{
"name": "CVE-2024-57933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57933"
},
{
"name": "CVE-2024-57935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57935"
},
{
"name": "CVE-2024-57936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57936"
},
{
"name": "CVE-2024-57940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57940"
},
{
"name": "CVE-2025-21632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21632"
},
{
"name": "CVE-2025-21645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21645"
},
{
"name": "CVE-2025-21646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21646"
},
{
"name": "CVE-2025-21649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21649"
},
{
"name": "CVE-2025-21650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21650"
},
{
"name": "CVE-2025-21651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21651"
},
{
"name": "CVE-2025-21656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21656"
},
{
"name": "CVE-2025-21662",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21662"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2024-56600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56600"
},
{
"name": "CVE-2024-56601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56601"
},
{
"name": "CVE-2024-56608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56608"
},
{
"name": "CVE-2024-56610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56610"
},
{
"name": "CVE-2024-56650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56650"
},
{
"name": "CVE-2024-56658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56658"
},
{
"name": "CVE-2024-56665",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56665"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56715"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-56763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56763"
},
{
"name": "CVE-2024-57802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57802"
},
{
"name": "CVE-2024-57882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57882"
},
{
"name": "CVE-2024-57884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57884"
},
{
"name": "CVE-2024-57917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57917"
},
{
"name": "CVE-2024-57931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57931"
},
{
"name": "CVE-2024-57938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57938"
},
{
"name": "CVE-2024-57946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57946"
},
{
"name": "CVE-2025-21652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21652"
},
{
"name": "CVE-2025-21653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21653"
},
{
"name": "CVE-2025-21655",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21655"
},
{
"name": "CVE-2025-21663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21663"
},
{
"name": "CVE-2025-21664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21664"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2021-47222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47222"
},
{
"name": "CVE-2021-47223",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47223"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2024-56633",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56633"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0151",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-02-21T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"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 de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges 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": "2025-02-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0555-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250555-1"
},
{
"published_at": "2025-02-17",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0564-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250564-1"
},
{
"published_at": "2025-02-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0556-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250556-1"
},
{
"published_at": "2025-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0577-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250577-1"
},
{
"published_at": "2025-02-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0557-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250557-1"
},
{
"published_at": "2025-02-18",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0576-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250576-1"
},
{
"published_at": "2025-02-20",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0603-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250603-1"
},
{
"published_at": "2025-02-17",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0565-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250565-1"
},
{
"published_at": "2025-02-20",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0517-2",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250517-2"
}
]
}
CERTFR-2025-AVI-0152
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 18.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-26800",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26800"
},
{
"name": "CVE-2024-26921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26921"
},
{
"name": "CVE-2024-38630",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38630"
},
{
"name": "CVE-2024-43882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43882"
},
{
"name": "CVE-2023-52917",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52917"
},
{
"name": "CVE-2024-47671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47671"
},
{
"name": "CVE-2024-47675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47675"
},
{
"name": "CVE-2024-47681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47681"
},
{
"name": "CVE-2024-47682",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47682"
},
{
"name": "CVE-2024-47684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47684"
},
{
"name": "CVE-2024-47685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47685"
},
{
"name": "CVE-2024-47686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47686"
},
{
"name": "CVE-2024-47687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47687"
},
{
"name": "CVE-2024-47688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47688"
},
{
"name": "CVE-2024-47692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47692"
},
{
"name": "CVE-2024-47693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47693"
},
{
"name": "CVE-2024-47695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47695"
},
{
"name": "CVE-2024-47696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47696"
},
{
"name": "CVE-2024-47697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47697"
},
{
"name": "CVE-2024-47698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47698"
},
{
"name": "CVE-2024-47699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47699"
},
{
"name": "CVE-2024-47702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47702"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2024-47705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47705"
},
{
"name": "CVE-2024-47706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47706"
},
{
"name": "CVE-2024-47707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47707"
},
{
"name": "CVE-2024-47709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47709"
},
{
"name": "CVE-2024-47710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47710"
},
{
"name": "CVE-2024-47712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47712"
},
{
"name": "CVE-2024-47713",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47713"
},
{
"name": "CVE-2024-47714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47714"
},
{
"name": "CVE-2024-47715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47715"
},
{
"name": "CVE-2024-47718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47718"
},
{
"name": "CVE-2024-47719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47719"
},
{
"name": "CVE-2024-47720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47720"
},
{
"name": "CVE-2024-47723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47723"
},
{
"name": "CVE-2024-47727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47727"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2024-47730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47730"
},
{
"name": "CVE-2024-47731",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47731"
},
{
"name": "CVE-2024-47732",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47732"
},
{
"name": "CVE-2024-47735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47735"
},
{
"name": "CVE-2024-47737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47737"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2024-47739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47739"
},
{
"name": "CVE-2024-47741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47741"
},
{
"name": "CVE-2024-47742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47742"
},
{
"name": "CVE-2024-47743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47743"
},
{
"name": "CVE-2024-47744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47744"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2024-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47747"
},
{
"name": "CVE-2024-47748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47748"
},
{
"name": "CVE-2024-47749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47749"
},
{
"name": "CVE-2024-47750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47750"
},
{
"name": "CVE-2024-47751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47751"
},
{
"name": "CVE-2024-47752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47752"
},
{
"name": "CVE-2024-47753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47753"
},
{
"name": "CVE-2024-47754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47754"
},
{
"name": "CVE-2024-47756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47756"
},
{
"name": "CVE-2024-47757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47757"
},
{
"name": "CVE-2024-49850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49850"
},
{
"name": "CVE-2024-49851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49851"
},
{
"name": "CVE-2024-49852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49852"
},
{
"name": "CVE-2024-49853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49853"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49858"
},
{
"name": "CVE-2024-49860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49860"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2024-49862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49862"
},
{
"name": "CVE-2024-49863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49863"
},
{
"name": "CVE-2024-49864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49864"
},
{
"name": "CVE-2024-49866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49866"
},
{
"name": "CVE-2024-49867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49867"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2024-49871",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49871"
},
{
"name": "CVE-2024-49874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49874"
},
{
"name": "CVE-2024-49875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49875"
},
{
"name": "CVE-2024-49877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49877"
},
{
"name": "CVE-2024-49878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49878"
},
{
"name": "CVE-2024-49879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49879"
},
{
"name": "CVE-2024-49881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49881"
},
{
"name": "CVE-2024-49882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49882"
},
{
"name": "CVE-2024-49883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49883"
},
{
"name": "CVE-2024-49886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49886"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2024-49890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49890"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-49892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49892"
},
{
"name": "CVE-2024-49894",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49894"
},
{
"name": "CVE-2024-49895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49895"
},
{
"name": "CVE-2024-49896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49896"
},
{
"name": "CVE-2024-49897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49897"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2024-49900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49900"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2024-49902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49902"
},
{
"name": "CVE-2024-49903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49903"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-49907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49907"
},
{
"name": "CVE-2024-49908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49908"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-49913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49913"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2024-49930",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49930"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-49933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49933"
},
{
"name": "CVE-2024-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49935"
},
{
"name": "CVE-2024-49936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49936"
},
{
"name": "CVE-2024-49937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49937"
},
{
"name": "CVE-2024-49938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49938"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2024-49946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49946"
},
{
"name": "CVE-2024-49947",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49947"
},
{
"name": "CVE-2024-49949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49949"
},
{
"name": "CVE-2024-49950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49950"
},
{
"name": "CVE-2024-49953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49953"
},
{
"name": "CVE-2024-49954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49954"
},
{
"name": "CVE-2024-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49955"
},
{
"name": "CVE-2024-49957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49957"
},
{
"name": "CVE-2024-49958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49958"
},
{
"name": "CVE-2024-49959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49959"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49961"
},
{
"name": "CVE-2024-49962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49962"
},
{
"name": "CVE-2024-49963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49963"
},
{
"name": "CVE-2024-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49965"
},
{
"name": "CVE-2024-49966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49966"
},
{
"name": "CVE-2024-49969",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49969"
},
{
"name": "CVE-2024-49972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49972"
},
{
"name": "CVE-2024-49973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49973"
},
{
"name": "CVE-2024-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49974"
},
{
"name": "CVE-2024-49975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49975"
},
{
"name": "CVE-2024-49981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49981"
},
{
"name": "CVE-2024-49982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49982"
},
{
"name": "CVE-2024-49985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49985"
},
{
"name": "CVE-2024-49986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49986"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2024-49995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49995"
},
{
"name": "CVE-2024-49996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49996"
},
{
"name": "CVE-2024-50000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50000"
},
{
"name": "CVE-2024-50001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50001"
},
{
"name": "CVE-2024-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50002"
},
{
"name": "CVE-2024-50006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50006"
},
{
"name": "CVE-2024-50007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50007"
},
{
"name": "CVE-2024-50008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50008"
},
{
"name": "CVE-2024-50013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50013"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2024-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50015"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2024-50019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50019"
},
{
"name": "CVE-2024-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50020"
},
{
"name": "CVE-2024-50021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50021"
},
{
"name": "CVE-2024-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50022"
},
{
"name": "CVE-2024-50023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50023"
},
{
"name": "CVE-2024-50024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50024"
},
{
"name": "CVE-2024-50025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50025"
},
{
"name": "CVE-2024-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50027"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2024-50031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50031"
},
{
"name": "CVE-2024-50033",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50033"
},
{
"name": "CVE-2024-50035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50035"
},
{
"name": "CVE-2024-50040",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50040"
},
{
"name": "CVE-2024-50041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50041"
},
{
"name": "CVE-2024-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50042"
},
{
"name": "CVE-2024-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50044"
},
{
"name": "CVE-2024-50045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50045"
},
{
"name": "CVE-2024-50046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50046"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2024-50049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50049"
},
{
"name": "CVE-2024-50055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50055"
},
{
"name": "CVE-2024-50058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50058"
},
{
"name": "CVE-2024-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50059"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2024-50061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50061"
},
{
"name": "CVE-2024-50062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50062"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2024-50064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50064"
},
{
"name": "CVE-2024-50069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50069"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-50074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50074"
},
{
"name": "CVE-2024-50075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50075"
},
{
"name": "CVE-2024-50076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50076"
},
{
"name": "CVE-2024-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50077"
},
{
"name": "CVE-2024-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50078"
},
{
"name": "CVE-2024-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50080"
},
{
"name": "CVE-2024-50081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50081"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2024-50036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50036"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-50072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50072"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50215"
},
{
"name": "CVE-2024-50218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50218"
},
{
"name": "CVE-2024-50229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50229"
},
{
"name": "CVE-2024-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50230"
},
{
"name": "CVE-2024-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50232"
},
{
"name": "CVE-2024-50233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50233"
},
{
"name": "CVE-2024-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50234"
},
{
"name": "CVE-2024-50235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50235"
},
{
"name": "CVE-2024-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50236"
},
{
"name": "CVE-2024-50237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50237"
},
{
"name": "CVE-2024-50242",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50242"
},
{
"name": "CVE-2024-50243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50243"
},
{
"name": "CVE-2024-50244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50244"
},
{
"name": "CVE-2024-50245",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50245"
},
{
"name": "CVE-2024-50247",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50247"
},
{
"name": "CVE-2024-50249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50249"
},
{
"name": "CVE-2024-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50250"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-50255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
},
{
"name": "CVE-2024-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50256"
},
{
"name": "CVE-2024-50257",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50257"
},
{
"name": "CVE-2024-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50259"
},
{
"name": "CVE-2024-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50261"
},
{
"name": "CVE-2024-50262",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50262"
},
{
"name": "CVE-2024-50264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50264"
},
{
"name": "CVE-2024-50265",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50265"
},
{
"name": "CVE-2024-50267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50267"
},
{
"name": "CVE-2024-50268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50268"
},
{
"name": "CVE-2024-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50269"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50273"
},
{
"name": "CVE-2024-50276",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50276"
},
{
"name": "CVE-2024-50278",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50278"
},
{
"name": "CVE-2024-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50279"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-50282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50282"
},
{
"name": "CVE-2024-50283",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50283"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2024-50287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50287"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-50292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50292"
},
{
"name": "CVE-2024-50295",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50295"
},
{
"name": "CVE-2024-50296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50296"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2024-53043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53043"
},
{
"name": "CVE-2024-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53052"
},
{
"name": "CVE-2024-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53055"
},
{
"name": "CVE-2024-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53058"
},
{
"name": "CVE-2024-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53059"
},
{
"name": "CVE-2024-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53061"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53066"
},
{
"name": "CVE-2024-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53072"
},
{
"name": "CVE-2024-53081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53081"
},
{
"name": "CVE-2024-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53082"
},
{
"name": "CVE-2024-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53088"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2024-50226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50226"
},
{
"name": "CVE-2024-49925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49925"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2024-50208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50208"
},
{
"name": "CVE-2024-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50082"
},
{
"name": "CVE-2024-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50099"
},
{
"name": "CVE-2024-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2024-50192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50192"
},
{
"name": "CVE-2024-47679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47679"
},
{
"name": "CVE-2024-47690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47690"
},
{
"name": "CVE-2024-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47701"
},
{
"name": "CVE-2024-47734",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47734"
},
{
"name": "CVE-2024-47740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47740"
},
{
"name": "CVE-2024-49856",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49856"
},
{
"name": "CVE-2024-49868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49868"
},
{
"name": "CVE-2024-49884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49884"
},
{
"name": "CVE-2024-49889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49889"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-49904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49904"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2024-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49910"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2024-49916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49916"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-49924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49924"
},
{
"name": "CVE-2024-49927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49927"
},
{
"name": "CVE-2024-49944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49944"
},
{
"name": "CVE-2024-49948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49948"
},
{
"name": "CVE-2024-49952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49952"
},
{
"name": "CVE-2024-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49977"
},
{
"name": "CVE-2024-49983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49983"
},
{
"name": "CVE-2024-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49997"
},
{
"name": "CVE-2024-50003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50003"
},
{
"name": "CVE-2024-50038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50038"
},
{
"name": "CVE-2024-50039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50039"
},
{
"name": "CVE-2024-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50093"
},
{
"name": "CVE-2024-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50095"
},
{
"name": "CVE-2024-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50096"
},
{
"name": "CVE-2024-50179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50179"
},
{
"name": "CVE-2024-50180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50180"
},
{
"name": "CVE-2024-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50181"
},
{
"name": "CVE-2024-50184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50184"
},
{
"name": "CVE-2024-50186",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50186"
},
{
"name": "CVE-2024-50188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50188"
},
{
"name": "CVE-2024-50189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50189"
},
{
"name": "CVE-2024-50191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50191"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2024-49976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49976"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2024-50026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50026"
},
{
"name": "CVE-2024-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50084"
},
{
"name": "CVE-2024-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50087"
},
{
"name": "CVE-2024-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50088"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50100"
},
{
"name": "CVE-2024-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50101"
},
{
"name": "CVE-2024-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50102"
},
{
"name": "CVE-2024-50103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50103"
},
{
"name": "CVE-2024-50108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50108"
},
{
"name": "CVE-2024-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-50117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50117"
},
{
"name": "CVE-2024-50121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50121"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-50127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50127"
},
{
"name": "CVE-2024-50128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50128"
},
{
"name": "CVE-2024-50130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50130"
},
{
"name": "CVE-2024-50131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50131"
},
{
"name": "CVE-2024-50134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50134"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2024-50139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50139"
},
{
"name": "CVE-2024-50141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50141"
},
{
"name": "CVE-2024-50145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50145"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2024-50147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50147"
},
{
"name": "CVE-2024-50148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50148"
},
{
"name": "CVE-2024-50150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50150"
},
{
"name": "CVE-2024-50153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50153"
},
{
"name": "CVE-2024-50154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50154"
},
{
"name": "CVE-2024-50155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50155"
},
{
"name": "CVE-2024-50156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50156"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2024-50158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50158"
},
{
"name": "CVE-2024-50159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50159"
},
{
"name": "CVE-2024-50160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50160"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50167"
},
{
"name": "CVE-2024-50169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50169"
},
{
"name": "CVE-2024-50171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50171"
},
{
"name": "CVE-2024-50172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50172"
},
{
"name": "CVE-2024-50176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50176"
},
{
"name": "CVE-2024-50177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50177"
},
{
"name": "CVE-2024-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50182"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2024-50194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50194"
},
{
"name": "CVE-2024-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50195"
},
{
"name": "CVE-2024-50196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50196"
},
{
"name": "CVE-2024-50198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50198"
},
{
"name": "CVE-2024-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50200"
},
{
"name": "CVE-2024-50201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50201"
},
{
"name": "CVE-2024-50205",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50205"
},
{
"name": "CVE-2024-50209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50209"
},
{
"name": "CVE-2024-50216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50216"
},
{
"name": "CVE-2024-50221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50221"
},
{
"name": "CVE-2024-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50224"
},
{
"name": "CVE-2024-50225",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50225"
},
{
"name": "CVE-2024-50231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50231"
},
{
"name": "CVE-2024-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50240"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2024-50248",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50248"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2024-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53045"
},
{
"name": "CVE-2024-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53048"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2024-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53068"
},
{
"name": "CVE-2024-53074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53074"
},
{
"name": "CVE-2024-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53076"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2024-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53085"
},
{
"name": "CVE-2024-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53094"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53100"
},
{
"name": "CVE-2024-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53101"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-53106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53106"
},
{
"name": "CVE-2024-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53108"
},
{
"name": "CVE-2024-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53110"
},
{
"name": "CVE-2024-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53112"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53121"
},
{
"name": "CVE-2024-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53138"
},
{
"name": "CVE-2024-53142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53142"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2024-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50010"
},
{
"name": "CVE-2024-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50083"
},
{
"name": "CVE-2024-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50085"
},
{
"name": "CVE-2024-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50086"
},
{
"name": "CVE-2024-50133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50133"
},
{
"name": "CVE-2024-50143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50143"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-50168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50168"
},
{
"name": "CVE-2024-50185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50185"
},
{
"name": "CVE-2024-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50193"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-50202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50202"
},
{
"name": "CVE-2024-53103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53103"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-53119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53119"
},
{
"name": "CVE-2024-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53120"
},
{
"name": "CVE-2024-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53122"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53127"
},
{
"name": "CVE-2024-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53129"
},
{
"name": "CVE-2024-53130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53130"
},
{
"name": "CVE-2024-53131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53131"
},
{
"name": "CVE-2024-53135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53135"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-50011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50011"
},
{
"name": "CVE-2024-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50016"
},
{
"name": "CVE-2024-50203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50203"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2024-53099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53099"
},
{
"name": "CVE-2024-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53105"
},
{
"name": "CVE-2024-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53111"
},
{
"name": "CVE-2024-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53117"
},
{
"name": "CVE-2024-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53118"
},
{
"name": "CVE-2024-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53125"
},
{
"name": "CVE-2024-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53126"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2024-53134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53134"
},
{
"name": "CVE-2024-53141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53141"
},
{
"name": "CVE-2024-53146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53146"
},
{
"name": "CVE-2024-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53148"
},
{
"name": "CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53154"
},
{
"name": "CVE-2024-53155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53155"
},
{
"name": "CVE-2024-53156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53156"
},
{
"name": "CVE-2024-53157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53157"
},
{
"name": "CVE-2024-53158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53158"
},
{
"name": "CVE-2024-53160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53160"
},
{
"name": "CVE-2024-53161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53161"
},
{
"name": "CVE-2024-53162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53162"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53173"
},
{
"name": "CVE-2024-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53174"
},
{
"name": "CVE-2024-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53180"
},
{
"name": "CVE-2024-53188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53188"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2024-53191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53191"
},
{
"name": "CVE-2024-53200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53200"
},
{
"name": "CVE-2024-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53202"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53209"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2024-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53213"
},
{
"name": "CVE-2024-53214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53214"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2024-53217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53217"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2024-53237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53237"
},
{
"name": "CVE-2024-56536",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56536"
},
{
"name": "CVE-2024-56539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56539"
},
{
"name": "CVE-2024-56549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56549"
},
{
"name": "CVE-2024-56752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56752"
},
{
"name": "CVE-2024-56754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56754"
},
{
"name": "CVE-2024-56755",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56755"
},
{
"name": "CVE-2024-56756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56756"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2024-49951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49951"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-53238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53238"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56741"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2022-49034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49034"
},
{
"name": "CVE-2024-46869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46869"
},
{
"name": "CVE-2024-47676",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47676"
},
{
"name": "CVE-2024-47677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47677"
},
{
"name": "CVE-2024-47680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47680"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2024-47694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47694"
},
{
"name": "CVE-2024-47700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47700"
},
{
"name": "CVE-2024-47708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47708"
},
{
"name": "CVE-2024-47711",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47711"
},
{
"name": "CVE-2024-47716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47716"
},
{
"name": "CVE-2024-47717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47717"
},
{
"name": "CVE-2024-47721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47721"
},
{
"name": "CVE-2024-47724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47724"
},
{
"name": "CVE-2024-47726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47726"
},
{
"name": "CVE-2024-47733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47733"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2024-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47746"
},
{
"name": "CVE-2024-49857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49857"
},
{
"name": "CVE-2024-49865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49865"
},
{
"name": "CVE-2024-49869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49869"
},
{
"name": "CVE-2024-49872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49872"
},
{
"name": "CVE-2024-49873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49873"
},
{
"name": "CVE-2024-49876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49876"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2024-49885",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49885"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2024-49926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49926"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2024-49941",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49941"
},
{
"name": "CVE-2024-49942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49942"
},
{
"name": "CVE-2024-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49943"
},
{
"name": "CVE-2024-49956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49956"
},
{
"name": "CVE-2024-49964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49964"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49971"
},
{
"name": "CVE-2024-49979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49979"
},
{
"name": "CVE-2024-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49980"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2024-49999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49999"
},
{
"name": "CVE-2024-50005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50005"
},
{
"name": "CVE-2024-50029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50029"
},
{
"name": "CVE-2024-50030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50030"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2024-50037",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50037"
},
{
"name": "CVE-2024-50043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50043"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2024-50065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50065"
},
{
"name": "CVE-2024-50066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50066"
},
{
"name": "CVE-2024-50068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50068"
},
{
"name": "CVE-2024-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50070"
},
{
"name": "CVE-2024-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50071"
},
{
"name": "CVE-2024-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50079"
},
{
"name": "CVE-2024-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50090"
},
{
"name": "CVE-2024-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50091"
},
{
"name": "CVE-2024-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50092"
},
{
"name": "CVE-2024-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50094"
},
{
"name": "CVE-2024-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50104"
},
{
"name": "CVE-2024-50105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50105"
},
{
"name": "CVE-2024-50107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50107"
},
{
"name": "CVE-2024-50109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50109"
},
{
"name": "CVE-2024-50111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50111"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2024-50113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50113"
},
{
"name": "CVE-2024-50114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50114"
},
{
"name": "CVE-2024-50118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50118"
},
{
"name": "CVE-2024-50119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50119"
},
{
"name": "CVE-2024-50120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50120"
},
{
"name": "CVE-2024-50122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50122"
},
{
"name": "CVE-2024-50123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50123"
},
{
"name": "CVE-2024-50129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50129"
},
{
"name": "CVE-2024-50132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50132"
},
{
"name": "CVE-2024-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50137"
},
{
"name": "CVE-2024-50140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50140"
},
{
"name": "CVE-2024-50144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50144"
},
{
"name": "CVE-2024-50149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50149"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-50161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50161"
},
{
"name": "CVE-2024-50165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50165"
},
{
"name": "CVE-2024-50170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50170"
},
{
"name": "CVE-2024-50173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50173"
},
{
"name": "CVE-2024-50174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50174"
},
{
"name": "CVE-2024-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50178"
},
{
"name": "CVE-2024-50190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50190"
},
{
"name": "CVE-2024-50197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50197"
},
{
"name": "CVE-2024-50204",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50204"
},
{
"name": "CVE-2024-50206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50206"
},
{
"name": "CVE-2024-50207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50207"
},
{
"name": "CVE-2024-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50212"
},
{
"name": "CVE-2024-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50213"
},
{
"name": "CVE-2024-50214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50214"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2024-50220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50220"
},
{
"name": "CVE-2024-50222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50222"
},
{
"name": "CVE-2024-50223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
},
{
"name": "CVE-2024-50227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50227"
},
{
"name": "CVE-2024-50238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50238"
},
{
"name": "CVE-2024-50239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50239"
},
{
"name": "CVE-2024-50253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50253"
},
{
"name": "CVE-2024-50254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50254"
},
{
"name": "CVE-2024-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50260"
},
{
"name": "CVE-2024-50263",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50263"
},
{
"name": "CVE-2024-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50266"
},
{
"name": "CVE-2024-50270",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50270"
},
{
"name": "CVE-2024-50277",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50277"
},
{
"name": "CVE-2024-50281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50281"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2024-50288",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50288"
},
{
"name": "CVE-2024-50291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50291"
},
{
"name": "CVE-2024-50293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50293"
},
{
"name": "CVE-2024-50294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50294"
},
{
"name": "CVE-2024-50297",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50297"
},
{
"name": "CVE-2024-50300",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50300"
},
{
"name": "CVE-2024-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50303"
},
{
"name": "CVE-2024-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53044"
},
{
"name": "CVE-2024-53046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53046"
},
{
"name": "CVE-2024-53049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53049"
},
{
"name": "CVE-2024-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53053"
},
{
"name": "CVE-2024-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53062"
},
{
"name": "CVE-2024-53065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53065"
},
{
"name": "CVE-2024-53067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53067"
},
{
"name": "CVE-2024-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53069"
},
{
"name": "CVE-2024-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53071"
},
{
"name": "CVE-2024-53075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53075"
},
{
"name": "CVE-2024-53077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53077"
},
{
"name": "CVE-2024-53078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53078"
},
{
"name": "CVE-2024-53080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53080"
},
{
"name": "CVE-2024-53083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53083"
},
{
"name": "CVE-2024-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53084"
},
{
"name": "CVE-2024-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53086"
},
{
"name": "CVE-2024-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53087"
},
{
"name": "CVE-2024-53089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53089"
},
{
"name": "CVE-2024-53092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53092"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2024-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53107"
},
{
"name": "CVE-2024-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53109"
},
{
"name": "CVE-2024-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53115"
},
{
"name": "CVE-2024-53116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53116"
},
{
"name": "CVE-2024-53132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53132"
},
{
"name": "CVE-2024-53137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53137"
},
{
"name": "CVE-2024-53139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53139"
},
{
"name": "CVE-2024-53143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53143"
},
{
"name": "CVE-2024-53145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53145"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2024-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53149"
},
{
"name": "CVE-2024-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53152"
},
{
"name": "CVE-2024-53153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53153"
},
{
"name": "CVE-2024-53163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53163"
},
{
"name": "CVE-2024-53165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53165"
},
{
"name": "CVE-2024-53167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53167"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-53181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53181"
},
{
"name": "CVE-2024-53183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53183"
},
{
"name": "CVE-2024-53184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53184"
},
{
"name": "CVE-2024-53189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53189"
},
{
"name": "CVE-2024-53192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53192"
},
{
"name": "CVE-2024-53193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53193"
},
{
"name": "CVE-2024-53199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53199"
},
{
"name": "CVE-2024-53212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53212"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-53223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53223"
},
{
"name": "CVE-2024-53226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53226"
},
{
"name": "CVE-2024-53228",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53228"
},
{
"name": "CVE-2024-56534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56534"
},
{
"name": "CVE-2024-56535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56535"
},
{
"name": "CVE-2024-56537",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56537"
},
{
"name": "CVE-2024-56540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56540"
},
{
"name": "CVE-2024-56541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56541"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56545",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56545"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-56680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56680"
},
{
"name": "CVE-2024-56684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56684"
},
{
"name": "CVE-2024-56685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56685"
},
{
"name": "CVE-2024-56689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56689"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-56696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56696"
},
{
"name": "CVE-2024-56697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56697"
},
{
"name": "CVE-2024-56699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56699"
},
{
"name": "CVE-2024-56702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56702"
},
{
"name": "CVE-2024-56720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56720"
},
{
"name": "CVE-2024-56721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56721"
},
{
"name": "CVE-2024-56742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56742"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2024-56749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56749"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2025-0927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0927"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0152",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-02-21T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-02-20",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu LSN-0109-1",
"url": "https://ubuntu.com/security/notices/LSN-0109-1"
},
{
"published_at": "2025-02-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7277-1",
"url": "https://ubuntu.com/security/notices/USN-7277-1"
},
{
"published_at": "2025-02-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7276-1",
"url": "https://ubuntu.com/security/notices/USN-7276-1"
}
]
}
CERTFR-2025-AVI-0185
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Elles permettent à un attaquant de provoquer une exécution de code arbitraire, un déni de service et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 14.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2023-52458",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52458"
},
{
"name": "CVE-2024-26718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26718"
},
{
"name": "CVE-2024-26685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26685"
},
{
"name": "CVE-2023-52488",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52488"
},
{
"name": "CVE-2023-52522",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52522"
},
{
"name": "CVE-2024-36886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36886"
},
{
"name": "CVE-2021-47469",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47469"
},
{
"name": "CVE-2023-52799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52799"
},
{
"name": "CVE-2023-52818",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52818"
},
{
"name": "CVE-2023-52880",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52880"
},
{
"name": "CVE-2024-35887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35887"
},
{
"name": "CVE-2024-36952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36952"
},
{
"name": "CVE-2024-35896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35896"
},
{
"name": "CVE-2024-36964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36964"
},
{
"name": "CVE-2024-38567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38567"
},
{
"name": "CVE-2021-47103",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47103"
},
{
"name": "CVE-2024-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38544"
},
{
"name": "CVE-2024-40910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40910"
},
{
"name": "CVE-2024-40911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40911"
},
{
"name": "CVE-2024-40943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40943"
},
{
"name": "CVE-2024-40953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40953"
},
{
"name": "CVE-2024-40981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40981"
},
{
"name": "CVE-2021-47606",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47606"
},
{
"name": "CVE-2024-39497",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39497"
},
{
"name": "CVE-2024-41016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41016"
},
{
"name": "CVE-2024-41063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41063"
},
{
"name": "CVE-2024-41064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41064"
},
{
"name": "CVE-2024-41066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41066"
},
{
"name": "CVE-2024-42070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42070"
},
{
"name": "CVE-2024-40965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40965"
},
{
"name": "CVE-2024-42068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42068"
},
{
"name": "CVE-2023-52913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52913"
},
{
"name": "CVE-2024-41080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41080"
},
{
"name": "CVE-2024-42291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42291"
},
{
"name": "CVE-2024-43854",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43854"
},
{
"name": "CVE-2024-43863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43863"
},
{
"name": "CVE-2024-43892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43892"
},
{
"name": "CVE-2024-43893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43893"
},
{
"name": "CVE-2024-43900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43900"
},
{
"name": "CVE-2024-44931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44931"
},
{
"name": "CVE-2024-44938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44938"
},
{
"name": "CVE-2024-46731",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46731"
},
{
"name": "CVE-2024-46849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46849"
},
{
"name": "CVE-2024-46853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46853"
},
{
"name": "CVE-2024-46854",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46854"
},
{
"name": "CVE-2024-42252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42252"
},
{
"name": "CVE-2022-48994",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48994"
},
{
"name": "CVE-2023-52917",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52917"
},
{
"name": "CVE-2024-47670",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47670"
},
{
"name": "CVE-2024-47671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47671"
},
{
"name": "CVE-2024-47672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47672"
},
{
"name": "CVE-2024-47673",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47673"
},
{
"name": "CVE-2024-47674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47674"
},
{
"name": "CVE-2024-47675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47675"
},
{
"name": "CVE-2024-47681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47681"
},
{
"name": "CVE-2024-47682",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47682"
},
{
"name": "CVE-2024-47684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47684"
},
{
"name": "CVE-2024-47685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47685"
},
{
"name": "CVE-2024-47686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47686"
},
{
"name": "CVE-2024-47687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47687"
},
{
"name": "CVE-2024-47688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47688"
},
{
"name": "CVE-2024-47692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47692"
},
{
"name": "CVE-2024-47693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47693"
},
{
"name": "CVE-2024-47695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47695"
},
{
"name": "CVE-2024-47696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47696"
},
{
"name": "CVE-2024-47697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47697"
},
{
"name": "CVE-2024-47698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47698"
},
{
"name": "CVE-2024-47699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47699"
},
{
"name": "CVE-2024-47702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47702"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2024-47705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47705"
},
{
"name": "CVE-2024-47706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47706"
},
{
"name": "CVE-2024-47707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47707"
},
{
"name": "CVE-2024-47709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47709"
},
{
"name": "CVE-2024-47710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47710"
},
{
"name": "CVE-2024-47712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47712"
},
{
"name": "CVE-2024-47713",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47713"
},
{
"name": "CVE-2024-47714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47714"
},
{
"name": "CVE-2024-47715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47715"
},
{
"name": "CVE-2024-47718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47718"
},
{
"name": "CVE-2024-47719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47719"
},
{
"name": "CVE-2024-47720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47720"
},
{
"name": "CVE-2024-47723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47723"
},
{
"name": "CVE-2024-47727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47727"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2024-47730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47730"
},
{
"name": "CVE-2024-47731",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47731"
},
{
"name": "CVE-2024-47732",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47732"
},
{
"name": "CVE-2024-47735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47735"
},
{
"name": "CVE-2024-47737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47737"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2024-47739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47739"
},
{
"name": "CVE-2024-47741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47741"
},
{
"name": "CVE-2024-47742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47742"
},
{
"name": "CVE-2024-47743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47743"
},
{
"name": "CVE-2024-47744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47744"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2024-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47747"
},
{
"name": "CVE-2024-47748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47748"
},
{
"name": "CVE-2024-47749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47749"
},
{
"name": "CVE-2024-47750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47750"
},
{
"name": "CVE-2024-47751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47751"
},
{
"name": "CVE-2024-47752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47752"
},
{
"name": "CVE-2024-47753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47753"
},
{
"name": "CVE-2024-47754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47754"
},
{
"name": "CVE-2024-47756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47756"
},
{
"name": "CVE-2024-47757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47757"
},
{
"name": "CVE-2024-49850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49850"
},
{
"name": "CVE-2024-49851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49851"
},
{
"name": "CVE-2024-49852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49852"
},
{
"name": "CVE-2024-49853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49853"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49858"
},
{
"name": "CVE-2024-49860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49860"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2024-49862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49862"
},
{
"name": "CVE-2024-49863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49863"
},
{
"name": "CVE-2024-49864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49864"
},
{
"name": "CVE-2024-49866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49866"
},
{
"name": "CVE-2024-49867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49867"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2024-49871",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49871"
},
{
"name": "CVE-2024-49874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49874"
},
{
"name": "CVE-2024-49875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49875"
},
{
"name": "CVE-2024-49877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49877"
},
{
"name": "CVE-2024-49878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49878"
},
{
"name": "CVE-2024-49879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49879"
},
{
"name": "CVE-2024-49881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49881"
},
{
"name": "CVE-2024-49882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49882"
},
{
"name": "CVE-2024-49883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49883"
},
{
"name": "CVE-2024-49886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49886"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2024-49890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49890"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-49892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49892"
},
{
"name": "CVE-2024-49894",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49894"
},
{
"name": "CVE-2024-49895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49895"
},
{
"name": "CVE-2024-49896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49896"
},
{
"name": "CVE-2024-49897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49897"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2024-49900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49900"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2024-49902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49902"
},
{
"name": "CVE-2024-49903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49903"
},
{
"name": "CVE-2024-49907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49907"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-49913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49913"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2024-49930",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49930"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-49933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49933"
},
{
"name": "CVE-2024-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49935"
},
{
"name": "CVE-2024-49936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49936"
},
{
"name": "CVE-2024-49937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49937"
},
{
"name": "CVE-2024-49938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49938"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2024-49946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49946"
},
{
"name": "CVE-2024-49947",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49947"
},
{
"name": "CVE-2024-49949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49949"
},
{
"name": "CVE-2024-49950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49950"
},
{
"name": "CVE-2024-49953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49953"
},
{
"name": "CVE-2024-49954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49954"
},
{
"name": "CVE-2024-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49955"
},
{
"name": "CVE-2024-49957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49957"
},
{
"name": "CVE-2024-49958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49958"
},
{
"name": "CVE-2024-49959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49959"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49961"
},
{
"name": "CVE-2024-49962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49962"
},
{
"name": "CVE-2024-49963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49963"
},
{
"name": "CVE-2024-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49965"
},
{
"name": "CVE-2024-49966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49966"
},
{
"name": "CVE-2024-49969",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49969"
},
{
"name": "CVE-2024-49972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49972"
},
{
"name": "CVE-2024-49973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49973"
},
{
"name": "CVE-2024-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49974"
},
{
"name": "CVE-2024-49975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49975"
},
{
"name": "CVE-2024-49981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49981"
},
{
"name": "CVE-2024-49982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49982"
},
{
"name": "CVE-2024-49985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49985"
},
{
"name": "CVE-2024-49986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49986"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2024-49995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49995"
},
{
"name": "CVE-2024-49996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49996"
},
{
"name": "CVE-2024-50000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50000"
},
{
"name": "CVE-2024-50001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50001"
},
{
"name": "CVE-2024-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50002"
},
{
"name": "CVE-2024-50006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50006"
},
{
"name": "CVE-2024-50007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50007"
},
{
"name": "CVE-2024-50008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50008"
},
{
"name": "CVE-2024-50013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50013"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2024-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50015"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2024-50019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50019"
},
{
"name": "CVE-2024-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50020"
},
{
"name": "CVE-2024-50021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50021"
},
{
"name": "CVE-2024-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50022"
},
{
"name": "CVE-2024-50023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50023"
},
{
"name": "CVE-2024-50024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50024"
},
{
"name": "CVE-2024-50025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50025"
},
{
"name": "CVE-2024-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50027"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2024-50031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50031"
},
{
"name": "CVE-2024-50033",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50033"
},
{
"name": "CVE-2024-50035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50035"
},
{
"name": "CVE-2024-50040",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50040"
},
{
"name": "CVE-2024-50041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50041"
},
{
"name": "CVE-2024-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50042"
},
{
"name": "CVE-2024-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50044"
},
{
"name": "CVE-2024-50045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50045"
},
{
"name": "CVE-2024-50046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50046"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2024-50049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50049"
},
{
"name": "CVE-2024-50055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50055"
},
{
"name": "CVE-2024-50058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50058"
},
{
"name": "CVE-2024-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50059"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2024-50061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50061"
},
{
"name": "CVE-2024-50062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50062"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2024-50064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50064"
},
{
"name": "CVE-2024-50069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50069"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-50074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50074"
},
{
"name": "CVE-2024-50075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50075"
},
{
"name": "CVE-2024-50076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50076"
},
{
"name": "CVE-2024-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50077"
},
{
"name": "CVE-2024-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50078"
},
{
"name": "CVE-2024-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50080"
},
{
"name": "CVE-2024-50081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50081"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2024-50036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50036"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-50072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50072"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50215"
},
{
"name": "CVE-2024-50218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50218"
},
{
"name": "CVE-2024-50229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50229"
},
{
"name": "CVE-2024-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50230"
},
{
"name": "CVE-2024-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50232"
},
{
"name": "CVE-2024-50233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50233"
},
{
"name": "CVE-2024-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50234"
},
{
"name": "CVE-2024-50235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50235"
},
{
"name": "CVE-2024-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50236"
},
{
"name": "CVE-2024-50237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50237"
},
{
"name": "CVE-2024-50242",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50242"
},
{
"name": "CVE-2024-50243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50243"
},
{
"name": "CVE-2024-50244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50244"
},
{
"name": "CVE-2024-50245",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50245"
},
{
"name": "CVE-2024-50247",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50247"
},
{
"name": "CVE-2024-50249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50249"
},
{
"name": "CVE-2024-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50250"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-50255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
},
{
"name": "CVE-2024-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50256"
},
{
"name": "CVE-2024-50257",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50257"
},
{
"name": "CVE-2024-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50259"
},
{
"name": "CVE-2024-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50261"
},
{
"name": "CVE-2024-50262",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50262"
},
{
"name": "CVE-2024-50265",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50265"
},
{
"name": "CVE-2024-50267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50267"
},
{
"name": "CVE-2024-50268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50268"
},
{
"name": "CVE-2024-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50269"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50273"
},
{
"name": "CVE-2024-50276",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50276"
},
{
"name": "CVE-2024-50278",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50278"
},
{
"name": "CVE-2024-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50279"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-50282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50282"
},
{
"name": "CVE-2024-50283",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50283"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2024-50287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50287"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-50292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50292"
},
{
"name": "CVE-2024-50295",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50295"
},
{
"name": "CVE-2024-50296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50296"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2024-53043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53043"
},
{
"name": "CVE-2024-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53052"
},
{
"name": "CVE-2024-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53055"
},
{
"name": "CVE-2024-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53058"
},
{
"name": "CVE-2024-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53059"
},
{
"name": "CVE-2024-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53061"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53066"
},
{
"name": "CVE-2024-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53072"
},
{
"name": "CVE-2024-53081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53081"
},
{
"name": "CVE-2024-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53082"
},
{
"name": "CVE-2024-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53088"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2024-50226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50226"
},
{
"name": "CVE-2024-49925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49925"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2024-50208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50208"
},
{
"name": "CVE-2024-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50082"
},
{
"name": "CVE-2024-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50099"
},
{
"name": "CVE-2024-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2024-50192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50192"
},
{
"name": "CVE-2024-47679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47679"
},
{
"name": "CVE-2024-47690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47690"
},
{
"name": "CVE-2024-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47701"
},
{
"name": "CVE-2024-47734",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47734"
},
{
"name": "CVE-2024-47740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47740"
},
{
"name": "CVE-2024-49856",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49856"
},
{
"name": "CVE-2024-49868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49868"
},
{
"name": "CVE-2024-49884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49884"
},
{
"name": "CVE-2024-49889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49889"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2024-49924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49924"
},
{
"name": "CVE-2024-49927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49927"
},
{
"name": "CVE-2024-49944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49944"
},
{
"name": "CVE-2024-49948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49948"
},
{
"name": "CVE-2024-49952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49952"
},
{
"name": "CVE-2024-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49977"
},
{
"name": "CVE-2024-49983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49983"
},
{
"name": "CVE-2024-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49997"
},
{
"name": "CVE-2024-50003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50003"
},
{
"name": "CVE-2024-50038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50038"
},
{
"name": "CVE-2024-50039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50039"
},
{
"name": "CVE-2024-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50093"
},
{
"name": "CVE-2024-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50095"
},
{
"name": "CVE-2024-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50096"
},
{
"name": "CVE-2024-50179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50179"
},
{
"name": "CVE-2024-50180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50180"
},
{
"name": "CVE-2024-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50181"
},
{
"name": "CVE-2024-50184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50184"
},
{
"name": "CVE-2024-50186",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50186"
},
{
"name": "CVE-2024-50188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50188"
},
{
"name": "CVE-2024-50189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50189"
},
{
"name": "CVE-2024-50191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50191"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2024-49976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49976"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2024-50026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50026"
},
{
"name": "CVE-2024-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50084"
},
{
"name": "CVE-2024-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50087"
},
{
"name": "CVE-2024-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50088"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50100"
},
{
"name": "CVE-2024-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50101"
},
{
"name": "CVE-2024-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50102"
},
{
"name": "CVE-2024-50103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50103"
},
{
"name": "CVE-2024-50108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50108"
},
{
"name": "CVE-2024-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-50117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50117"
},
{
"name": "CVE-2024-50121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50121"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-50127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50127"
},
{
"name": "CVE-2024-50128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50128"
},
{
"name": "CVE-2024-50130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50130"
},
{
"name": "CVE-2024-50131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50131"
},
{
"name": "CVE-2024-50134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50134"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2024-50139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50139"
},
{
"name": "CVE-2024-50141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50141"
},
{
"name": "CVE-2024-50145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50145"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2024-50147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50147"
},
{
"name": "CVE-2024-50148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50148"
},
{
"name": "CVE-2024-50150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50150"
},
{
"name": "CVE-2024-50153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50153"
},
{
"name": "CVE-2024-50154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50154"
},
{
"name": "CVE-2024-50155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50155"
},
{
"name": "CVE-2024-50156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50156"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2024-50158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50158"
},
{
"name": "CVE-2024-50159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50159"
},
{
"name": "CVE-2024-50160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50160"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50167"
},
{
"name": "CVE-2024-50169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50169"
},
{
"name": "CVE-2024-50171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50171"
},
{
"name": "CVE-2024-50172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50172"
},
{
"name": "CVE-2024-50175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50175"
},
{
"name": "CVE-2024-50176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50176"
},
{
"name": "CVE-2024-50177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50177"
},
{
"name": "CVE-2024-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50182"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2024-50194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50194"
},
{
"name": "CVE-2024-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50195"
},
{
"name": "CVE-2024-50196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50196"
},
{
"name": "CVE-2024-50198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50198"
},
{
"name": "CVE-2024-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50200"
},
{
"name": "CVE-2024-50201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50201"
},
{
"name": "CVE-2024-50205",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50205"
},
{
"name": "CVE-2024-50209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50209"
},
{
"name": "CVE-2024-50216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50216"
},
{
"name": "CVE-2024-50221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50221"
},
{
"name": "CVE-2024-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50224"
},
{
"name": "CVE-2024-50225",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50225"
},
{
"name": "CVE-2024-50231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50231"
},
{
"name": "CVE-2024-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50240"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2024-50248",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50248"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2024-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53045"
},
{
"name": "CVE-2024-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53048"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2024-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53068"
},
{
"name": "CVE-2024-53074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53074"
},
{
"name": "CVE-2024-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53076"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2024-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53085"
},
{
"name": "CVE-2024-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53094"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53100"
},
{
"name": "CVE-2024-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53101"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-53106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53106"
},
{
"name": "CVE-2024-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53108"
},
{
"name": "CVE-2024-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53110"
},
{
"name": "CVE-2024-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53112"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53121"
},
{
"name": "CVE-2024-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53138"
},
{
"name": "CVE-2024-53142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53142"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2024-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50010"
},
{
"name": "CVE-2024-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50083"
},
{
"name": "CVE-2024-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50085"
},
{
"name": "CVE-2024-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50086"
},
{
"name": "CVE-2024-50133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50133"
},
{
"name": "CVE-2024-50143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50143"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-50168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50168"
},
{
"name": "CVE-2024-50185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50185"
},
{
"name": "CVE-2024-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50193"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-50202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50202"
},
{
"name": "CVE-2024-53097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53097"
},
{
"name": "CVE-2024-53103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53103"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-53119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53119"
},
{
"name": "CVE-2024-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53120"
},
{
"name": "CVE-2024-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53122"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53127"
},
{
"name": "CVE-2024-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53129"
},
{
"name": "CVE-2024-53130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53130"
},
{
"name": "CVE-2024-53131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53131"
},
{
"name": "CVE-2024-53135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53135"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50016"
},
{
"name": "CVE-2024-50203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50203"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2024-53099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53099"
},
{
"name": "CVE-2024-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53105"
},
{
"name": "CVE-2024-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53111"
},
{
"name": "CVE-2024-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53117"
},
{
"name": "CVE-2024-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53118"
},
{
"name": "CVE-2024-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53125"
},
{
"name": "CVE-2024-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53126"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2024-53134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53134"
},
{
"name": "CVE-2024-53141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53141"
},
{
"name": "CVE-2024-53146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53146"
},
{
"name": "CVE-2024-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53148"
},
{
"name": "CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53154"
},
{
"name": "CVE-2024-53155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53155"
},
{
"name": "CVE-2024-53156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53156"
},
{
"name": "CVE-2024-53157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53157"
},
{
"name": "CVE-2024-53158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53158"
},
{
"name": "CVE-2024-53160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53160"
},
{
"name": "CVE-2024-53161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53161"
},
{
"name": "CVE-2024-53162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53162"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53173"
},
{
"name": "CVE-2024-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53174"
},
{
"name": "CVE-2024-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53180"
},
{
"name": "CVE-2024-53188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53188"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2024-53191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53191"
},
{
"name": "CVE-2024-53200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53200"
},
{
"name": "CVE-2024-53201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53201"
},
{
"name": "CVE-2024-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53202"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53209"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2024-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53213"
},
{
"name": "CVE-2024-53214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53214"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2024-53217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53217"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2024-53237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53237"
},
{
"name": "CVE-2024-56536",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56536"
},
{
"name": "CVE-2024-56539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56539"
},
{
"name": "CVE-2024-56549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56549"
},
{
"name": "CVE-2024-56752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56752"
},
{
"name": "CVE-2024-56754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56754"
},
{
"name": "CVE-2024-56755",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56755"
},
{
"name": "CVE-2024-56756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56756"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2024-49951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49951"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-53164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53164"
},
{
"name": "CVE-2024-56672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56672"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56741"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56658"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2022-49034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49034"
},
{
"name": "CVE-2024-46869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46869"
},
{
"name": "CVE-2024-47676",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47676"
},
{
"name": "CVE-2024-47677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47677"
},
{
"name": "CVE-2024-47680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47680"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2024-47694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47694"
},
{
"name": "CVE-2024-47700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47700"
},
{
"name": "CVE-2024-47708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47708"
},
{
"name": "CVE-2024-47711",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47711"
},
{
"name": "CVE-2024-47716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47716"
},
{
"name": "CVE-2024-47717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47717"
},
{
"name": "CVE-2024-47721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47721"
},
{
"name": "CVE-2024-47724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47724"
},
{
"name": "CVE-2024-47726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47726"
},
{
"name": "CVE-2024-47733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47733"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2024-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47746"
},
{
"name": "CVE-2024-49857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49857"
},
{
"name": "CVE-2024-49865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49865"
},
{
"name": "CVE-2024-49869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49869"
},
{
"name": "CVE-2024-49872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49872"
},
{
"name": "CVE-2024-49873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49873"
},
{
"name": "CVE-2024-49876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49876"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2024-49885",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49885"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2024-49926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49926"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2024-49941",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49941"
},
{
"name": "CVE-2024-49942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49942"
},
{
"name": "CVE-2024-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49943"
},
{
"name": "CVE-2024-49956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49956"
},
{
"name": "CVE-2024-49964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49964"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49971"
},
{
"name": "CVE-2024-49979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49979"
},
{
"name": "CVE-2024-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49980"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2024-49999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49999"
},
{
"name": "CVE-2024-50005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50005"
},
{
"name": "CVE-2024-50029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50029"
},
{
"name": "CVE-2024-50030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50030"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2024-50037",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50037"
},
{
"name": "CVE-2024-50043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50043"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2024-50065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50065"
},
{
"name": "CVE-2024-50066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50066"
},
{
"name": "CVE-2024-50068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50068"
},
{
"name": "CVE-2024-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50070"
},
{
"name": "CVE-2024-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50071"
},
{
"name": "CVE-2024-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50079"
},
{
"name": "CVE-2024-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50090"
},
{
"name": "CVE-2024-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50091"
},
{
"name": "CVE-2024-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50092"
},
{
"name": "CVE-2024-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50094"
},
{
"name": "CVE-2024-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50104"
},
{
"name": "CVE-2024-50105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50105"
},
{
"name": "CVE-2024-50107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50107"
},
{
"name": "CVE-2024-50109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50109"
},
{
"name": "CVE-2024-50111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50111"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2024-50113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50113"
},
{
"name": "CVE-2024-50114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50114"
},
{
"name": "CVE-2024-50118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50118"
},
{
"name": "CVE-2024-50119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50119"
},
{
"name": "CVE-2024-50120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50120"
},
{
"name": "CVE-2024-50122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50122"
},
{
"name": "CVE-2024-50123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50123"
},
{
"name": "CVE-2024-50129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50129"
},
{
"name": "CVE-2024-50132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50132"
},
{
"name": "CVE-2024-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50137"
},
{
"name": "CVE-2024-50140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50140"
},
{
"name": "CVE-2024-50144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50144"
},
{
"name": "CVE-2024-50149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50149"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-50161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50161"
},
{
"name": "CVE-2024-50165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50165"
},
{
"name": "CVE-2024-50170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50170"
},
{
"name": "CVE-2024-50173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50173"
},
{
"name": "CVE-2024-50174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50174"
},
{
"name": "CVE-2024-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50178"
},
{
"name": "CVE-2024-50190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50190"
},
{
"name": "CVE-2024-50197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50197"
},
{
"name": "CVE-2024-50204",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50204"
},
{
"name": "CVE-2024-50206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50206"
},
{
"name": "CVE-2024-50207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50207"
},
{
"name": "CVE-2024-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50212"
},
{
"name": "CVE-2024-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50213"
},
{
"name": "CVE-2024-50214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50214"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2024-50220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50220"
},
{
"name": "CVE-2024-50222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50222"
},
{
"name": "CVE-2024-50223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
},
{
"name": "CVE-2024-50227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50227"
},
{
"name": "CVE-2024-50238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50238"
},
{
"name": "CVE-2024-50239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50239"
},
{
"name": "CVE-2024-50253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50253"
},
{
"name": "CVE-2024-50254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50254"
},
{
"name": "CVE-2024-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50260"
},
{
"name": "CVE-2024-50263",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50263"
},
{
"name": "CVE-2024-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50266"
},
{
"name": "CVE-2024-50270",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50270"
},
{
"name": "CVE-2024-50277",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50277"
},
{
"name": "CVE-2024-50281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50281"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2024-50288",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50288"
},
{
"name": "CVE-2024-50291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50291"
},
{
"name": "CVE-2024-50293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50293"
},
{
"name": "CVE-2024-50294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50294"
},
{
"name": "CVE-2024-50297",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50297"
},
{
"name": "CVE-2024-50300",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50300"
},
{
"name": "CVE-2024-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50303"
},
{
"name": "CVE-2024-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53044"
},
{
"name": "CVE-2024-53046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53046"
},
{
"name": "CVE-2024-53049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53049"
},
{
"name": "CVE-2024-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53053"
},
{
"name": "CVE-2024-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53062"
},
{
"name": "CVE-2024-53065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53065"
},
{
"name": "CVE-2024-53067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53067"
},
{
"name": "CVE-2024-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53069"
},
{
"name": "CVE-2024-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53071"
},
{
"name": "CVE-2024-53075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53075"
},
{
"name": "CVE-2024-53077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53077"
},
{
"name": "CVE-2024-53078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53078"
},
{
"name": "CVE-2024-53080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53080"
},
{
"name": "CVE-2024-53083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53083"
},
{
"name": "CVE-2024-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53084"
},
{
"name": "CVE-2024-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53086"
},
{
"name": "CVE-2024-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53087"
},
{
"name": "CVE-2024-53089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53089"
},
{
"name": "CVE-2024-53092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53092"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2024-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53107"
},
{
"name": "CVE-2024-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53109"
},
{
"name": "CVE-2024-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53115"
},
{
"name": "CVE-2024-53116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53116"
},
{
"name": "CVE-2024-53132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53132"
},
{
"name": "CVE-2024-53137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53137"
},
{
"name": "CVE-2024-53139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53139"
},
{
"name": "CVE-2024-53143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53143"
},
{
"name": "CVE-2024-53145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53145"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2024-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53149"
},
{
"name": "CVE-2024-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53152"
},
{
"name": "CVE-2024-53153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53153"
},
{
"name": "CVE-2024-53163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53163"
},
{
"name": "CVE-2024-53165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53165"
},
{
"name": "CVE-2024-53167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53167"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-53181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53181"
},
{
"name": "CVE-2024-53183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53183"
},
{
"name": "CVE-2024-53184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53184"
},
{
"name": "CVE-2024-53189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53189"
},
{
"name": "CVE-2024-53192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53192"
},
{
"name": "CVE-2024-53193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53193"
},
{
"name": "CVE-2024-53199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53199"
},
{
"name": "CVE-2024-53212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53212"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-53223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53223"
},
{
"name": "CVE-2024-53226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53226"
},
{
"name": "CVE-2024-53228",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53228"
},
{
"name": "CVE-2024-56534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56534"
},
{
"name": "CVE-2024-56535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56535"
},
{
"name": "CVE-2024-56537",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56537"
},
{
"name": "CVE-2024-56540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56540"
},
{
"name": "CVE-2024-56541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56541"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56545",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56545"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-56680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56680"
},
{
"name": "CVE-2024-56684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56684"
},
{
"name": "CVE-2024-56685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56685"
},
{
"name": "CVE-2024-56689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56689"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-56696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56696"
},
{
"name": "CVE-2024-56697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56697"
},
{
"name": "CVE-2024-56699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56699"
},
{
"name": "CVE-2024-56702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56702"
},
{
"name": "CVE-2024-56720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56720"
},
{
"name": "CVE-2024-56721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56721"
},
{
"name": "CVE-2024-56742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56742"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2024-56749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56749"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2025-0927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0927"
},
{
"name": "CVE-2024-56542",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56542"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0185",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-03-07T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, un d\u00e9ni de service et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7327-1",
"url": "https://ubuntu.com/security/notices/USN-7327-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7325-1",
"url": "https://ubuntu.com/security/notices/USN-7325-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7324-1",
"url": "https://ubuntu.com/security/notices/USN-7324-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7328-1",
"url": "https://ubuntu.com/security/notices/USN-7328-1"
},
{
"published_at": "2025-03-03",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7294-4",
"url": "https://ubuntu.com/security/notices/USN-7294-4"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7323-1",
"url": "https://ubuntu.com/security/notices/USN-7323-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7332-1",
"url": "https://ubuntu.com/security/notices/USN-7332-1"
},
{
"published_at": "2025-03-03",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7303-3",
"url": "https://ubuntu.com/security/notices/USN-7303-3"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7311-1",
"url": "https://ubuntu.com/security/notices/USN-7311-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7322-1",
"url": "https://ubuntu.com/security/notices/USN-7322-1"
},
{
"published_at": "2025-03-06",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7323-2",
"url": "https://ubuntu.com/security/notices/USN-7323-2"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7333-1",
"url": "https://ubuntu.com/security/notices/USN-7333-1"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7303-2",
"url": "https://ubuntu.com/security/notices/USN-7303-2"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7329-1",
"url": "https://ubuntu.com/security/notices/USN-7329-1"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7310-1",
"url": "https://ubuntu.com/security/notices/USN-7310-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7331-1",
"url": "https://ubuntu.com/security/notices/USN-7331-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7326-1",
"url": "https://ubuntu.com/security/notices/USN-7326-1"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7294-3",
"url": "https://ubuntu.com/security/notices/USN-7294-3"
}
]
}
CERTFR-2025-AVI-0349
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et 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).
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 18.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-26718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26718"
},
{
"name": "CVE-2021-47119",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47119"
},
{
"name": "CVE-2021-47219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47219"
},
{
"name": "CVE-2024-23848",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23848"
},
{
"name": "CVE-2024-26915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26915"
},
{
"name": "CVE-2024-26928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26928"
},
{
"name": "CVE-2024-35864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35864"
},
{
"name": "CVE-2024-35887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35887"
},
{
"name": "CVE-2024-35958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35958"
},
{
"name": "CVE-2024-36899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36899"
},
{
"name": "CVE-2024-40953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40953"
},
{
"name": "CVE-2024-38588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38588"
},
{
"name": "CVE-2024-26837",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26837"
},
{
"name": "CVE-2024-41014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41014"
},
{
"name": "CVE-2024-39497",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39497"
},
{
"name": "CVE-2024-41066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41066"
},
{
"name": "CVE-2024-42122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42122"
},
{
"name": "CVE-2024-40965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40965"
},
{
"name": "CVE-2023-52913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52913"
},
{
"name": "CVE-2024-41080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41080"
},
{
"name": "CVE-2024-42069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42069"
},
{
"name": "CVE-2024-42291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42291"
},
{
"name": "CVE-2024-42315",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42315"
},
{
"name": "CVE-2024-43900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43900"
},
{
"name": "CVE-2024-44938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44938"
},
{
"name": "CVE-2024-46784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46784"
},
{
"name": "CVE-2024-46826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46826"
},
{
"name": "CVE-2024-42252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42252"
},
{
"name": "CVE-2024-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46809"
},
{
"name": "CVE-2024-46841",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46841"
},
{
"name": "CVE-2024-46871",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46871"
},
{
"name": "CVE-2024-47707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47707"
},
{
"name": "CVE-2024-47730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47730"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2024-49936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49936"
},
{
"name": "CVE-2024-49950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49950"
},
{
"name": "CVE-2024-49972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49972"
},
{
"name": "CVE-2024-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49974"
},
{
"name": "CVE-2024-49996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49996"
},
{
"name": "CVE-2024-50019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50019"
},
{
"name": "CVE-2024-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50020"
},
{
"name": "CVE-2024-50021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50021"
},
{
"name": "CVE-2024-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50022"
},
{
"name": "CVE-2024-50023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50023"
},
{
"name": "CVE-2024-50024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50024"
},
{
"name": "CVE-2024-50025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50025"
},
{
"name": "CVE-2024-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50027"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2024-50031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50031"
},
{
"name": "CVE-2024-50033",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50033"
},
{
"name": "CVE-2024-50035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50035"
},
{
"name": "CVE-2024-50040",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50040"
},
{
"name": "CVE-2024-50041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50041"
},
{
"name": "CVE-2024-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50042"
},
{
"name": "CVE-2024-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50044"
},
{
"name": "CVE-2024-50045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50045"
},
{
"name": "CVE-2024-50046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50046"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2024-50049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50049"
},
{
"name": "CVE-2024-50055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50055"
},
{
"name": "CVE-2024-50058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50058"
},
{
"name": "CVE-2024-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50059"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2024-50061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50061"
},
{
"name": "CVE-2024-50062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50062"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2024-50064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50064"
},
{
"name": "CVE-2024-50069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50069"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-50074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50074"
},
{
"name": "CVE-2024-50075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50075"
},
{
"name": "CVE-2024-50076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50076"
},
{
"name": "CVE-2024-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50077"
},
{
"name": "CVE-2024-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50078"
},
{
"name": "CVE-2024-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50080"
},
{
"name": "CVE-2024-50036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50036"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-50072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50072"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50215"
},
{
"name": "CVE-2024-50218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50218"
},
{
"name": "CVE-2024-50229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50229"
},
{
"name": "CVE-2024-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50230"
},
{
"name": "CVE-2024-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50232"
},
{
"name": "CVE-2024-50233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50233"
},
{
"name": "CVE-2024-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50234"
},
{
"name": "CVE-2024-50235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50235"
},
{
"name": "CVE-2024-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50236"
},
{
"name": "CVE-2024-50237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50237"
},
{
"name": "CVE-2024-50242",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50242"
},
{
"name": "CVE-2024-50243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50243"
},
{
"name": "CVE-2024-50244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50244"
},
{
"name": "CVE-2024-50245",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50245"
},
{
"name": "CVE-2024-50247",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50247"
},
{
"name": "CVE-2024-50249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50249"
},
{
"name": "CVE-2024-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50250"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-50255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
},
{
"name": "CVE-2024-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50256"
},
{
"name": "CVE-2024-50257",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50257"
},
{
"name": "CVE-2024-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50259"
},
{
"name": "CVE-2024-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50261"
},
{
"name": "CVE-2024-50262",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50262"
},
{
"name": "CVE-2024-50265",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50265"
},
{
"name": "CVE-2024-50267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50267"
},
{
"name": "CVE-2024-50268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50268"
},
{
"name": "CVE-2024-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50269"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50273"
},
{
"name": "CVE-2024-50276",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50276"
},
{
"name": "CVE-2024-50278",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50278"
},
{
"name": "CVE-2024-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50279"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-50282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50282"
},
{
"name": "CVE-2024-50283",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50283"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2024-50287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50287"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-50292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50292"
},
{
"name": "CVE-2024-50295",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50295"
},
{
"name": "CVE-2024-50296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50296"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2024-53043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53043"
},
{
"name": "CVE-2024-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53052"
},
{
"name": "CVE-2024-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53055"
},
{
"name": "CVE-2024-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53058"
},
{
"name": "CVE-2024-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53059"
},
{
"name": "CVE-2024-53060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53060"
},
{
"name": "CVE-2024-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53061"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53066"
},
{
"name": "CVE-2024-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53072"
},
{
"name": "CVE-2024-53081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53081"
},
{
"name": "CVE-2024-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53082"
},
{
"name": "CVE-2024-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53088"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2024-50226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50226"
},
{
"name": "CVE-2024-49925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49925"
},
{
"name": "CVE-2024-50208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50208"
},
{
"name": "CVE-2024-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50082"
},
{
"name": "CVE-2024-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50099"
},
{
"name": "CVE-2024-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2024-50192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50192"
},
{
"name": "CVE-2024-49884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49884"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-50038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50038"
},
{
"name": "CVE-2024-50039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50039"
},
{
"name": "CVE-2024-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50093"
},
{
"name": "CVE-2024-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50095"
},
{
"name": "CVE-2024-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50096"
},
{
"name": "CVE-2024-50180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50180"
},
{
"name": "CVE-2024-50184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50184"
},
{
"name": "CVE-2024-50186",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50186"
},
{
"name": "CVE-2024-50188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50188"
},
{
"name": "CVE-2024-50189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50189"
},
{
"name": "CVE-2024-50191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50191"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2024-50026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50026"
},
{
"name": "CVE-2024-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50084"
},
{
"name": "CVE-2024-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50087"
},
{
"name": "CVE-2024-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50088"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50101"
},
{
"name": "CVE-2024-50103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50103"
},
{
"name": "CVE-2024-50108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50108"
},
{
"name": "CVE-2024-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-50117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50117"
},
{
"name": "CVE-2024-50121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50121"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-50127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50127"
},
{
"name": "CVE-2024-50128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50128"
},
{
"name": "CVE-2024-50130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50130"
},
{
"name": "CVE-2024-50131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50131"
},
{
"name": "CVE-2024-50134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50134"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2024-50139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50139"
},
{
"name": "CVE-2024-50141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50141"
},
{
"name": "CVE-2024-50145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50145"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2024-50147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50147"
},
{
"name": "CVE-2024-50148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50148"
},
{
"name": "CVE-2024-50150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50150"
},
{
"name": "CVE-2024-50153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50153"
},
{
"name": "CVE-2024-50154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50154"
},
{
"name": "CVE-2024-50155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50155"
},
{
"name": "CVE-2024-50156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50156"
},
{
"name": "CVE-2024-50158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50158"
},
{
"name": "CVE-2024-50159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50159"
},
{
"name": "CVE-2024-50160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50160"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50167"
},
{
"name": "CVE-2024-50169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50169"
},
{
"name": "CVE-2024-50171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50171"
},
{
"name": "CVE-2024-50172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50172"
},
{
"name": "CVE-2024-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50182"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2024-50194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50194"
},
{
"name": "CVE-2024-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50195"
},
{
"name": "CVE-2024-50196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50196"
},
{
"name": "CVE-2024-50198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50198"
},
{
"name": "CVE-2024-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50200"
},
{
"name": "CVE-2024-50201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50201"
},
{
"name": "CVE-2024-50205",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50205"
},
{
"name": "CVE-2024-50209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50209"
},
{
"name": "CVE-2024-50210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50210"
},
{
"name": "CVE-2024-50216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50216"
},
{
"name": "CVE-2024-50221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50221"
},
{
"name": "CVE-2024-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50224"
},
{
"name": "CVE-2024-50225",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50225"
},
{
"name": "CVE-2024-50231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50231"
},
{
"name": "CVE-2024-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50240"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2024-50248",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50248"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2024-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53045"
},
{
"name": "CVE-2024-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53048"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2024-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53068"
},
{
"name": "CVE-2024-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53076"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2024-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53085"
},
{
"name": "CVE-2024-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53094"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53096"
},
{
"name": "CVE-2024-53100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53100"
},
{
"name": "CVE-2024-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53101"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-53106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53106"
},
{
"name": "CVE-2024-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53108"
},
{
"name": "CVE-2024-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53110"
},
{
"name": "CVE-2024-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53112"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53121"
},
{
"name": "CVE-2024-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53138"
},
{
"name": "CVE-2024-53142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53142"
},
{
"name": "CVE-2024-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50010"
},
{
"name": "CVE-2024-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50083"
},
{
"name": "CVE-2024-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50085"
},
{
"name": "CVE-2024-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50086"
},
{
"name": "CVE-2024-50133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50133"
},
{
"name": "CVE-2024-50143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50143"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-50168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50168"
},
{
"name": "CVE-2024-50185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50185"
},
{
"name": "CVE-2024-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50193"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-50202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50202"
},
{
"name": "CVE-2024-53097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53097"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-53119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53119"
},
{
"name": "CVE-2024-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53120"
},
{
"name": "CVE-2024-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53122"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53127"
},
{
"name": "CVE-2024-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53129"
},
{
"name": "CVE-2024-53130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53130"
},
{
"name": "CVE-2024-53131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53131"
},
{
"name": "CVE-2024-53135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53135"
},
{
"name": "CVE-2024-53136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53136"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-50203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50203"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2024-53050",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53050"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2024-53099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53099"
},
{
"name": "CVE-2024-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53105"
},
{
"name": "CVE-2024-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53111"
},
{
"name": "CVE-2024-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53117"
},
{
"name": "CVE-2024-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53118"
},
{
"name": "CVE-2024-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53125"
},
{
"name": "CVE-2024-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53126"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2024-53134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53134"
},
{
"name": "CVE-2024-53146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53146"
},
{
"name": "CVE-2024-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53148"
},
{
"name": "CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53154"
},
{
"name": "CVE-2024-53155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53155"
},
{
"name": "CVE-2024-53156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53156"
},
{
"name": "CVE-2024-53157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53157"
},
{
"name": "CVE-2024-53158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53158"
},
{
"name": "CVE-2024-53160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53160"
},
{
"name": "CVE-2024-53161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53161"
},
{
"name": "CVE-2024-53162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53162"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53173"
},
{
"name": "CVE-2024-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53174"
},
{
"name": "CVE-2024-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53180"
},
{
"name": "CVE-2024-53188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53188"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2024-53191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53191"
},
{
"name": "CVE-2024-53200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53200"
},
{
"name": "CVE-2024-53201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53201"
},
{
"name": "CVE-2024-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53202"
},
{
"name": "CVE-2024-53206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53206"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53209"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2024-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53213"
},
{
"name": "CVE-2024-53214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53214"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53217"
},
{
"name": "CVE-2024-53222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53222"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2024-53237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53237"
},
{
"name": "CVE-2024-56539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56539"
},
{
"name": "CVE-2024-56549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56549"
},
{
"name": "CVE-2024-56551",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56551"
},
{
"name": "CVE-2024-56562",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56562"
},
{
"name": "CVE-2024-56566",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56566"
},
{
"name": "CVE-2024-56567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56567"
},
{
"name": "CVE-2024-56576",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56576"
},
{
"name": "CVE-2024-56582",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56582"
},
{
"name": "CVE-2024-56599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56599"
},
{
"name": "CVE-2024-56604",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56604"
},
{
"name": "CVE-2024-56605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56605"
},
{
"name": "CVE-2024-56645",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56645"
},
{
"name": "CVE-2024-56752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56752"
},
{
"name": "CVE-2024-56754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56754"
},
{
"name": "CVE-2024-56755",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56755"
},
{
"name": "CVE-2024-56756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56756"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56570",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56570"
},
{
"name": "CVE-2024-56575",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56575"
},
{
"name": "CVE-2024-56598",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56598"
},
{
"name": "CVE-2024-56619",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56619"
},
{
"name": "CVE-2024-56631",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56631"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2024-36476",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36476"
},
{
"name": "CVE-2024-45828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45828"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-47143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47143"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2024-48881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48881"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50051"
},
{
"name": "CVE-2024-52332",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52332"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53185"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53685"
},
{
"name": "CVE-2024-53690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53690"
},
{
"name": "CVE-2024-55881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55881"
},
{
"name": "CVE-2024-55916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55916"
},
{
"name": "CVE-2024-56369",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56369"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2024-56558",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56558"
},
{
"name": "CVE-2024-56568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56568"
},
{
"name": "CVE-2024-56569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56569"
},
{
"name": "CVE-2024-56572",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56572"
},
{
"name": "CVE-2024-56573",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56573"
},
{
"name": "CVE-2024-56574",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56574"
},
{
"name": "CVE-2024-56577",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56577"
},
{
"name": "CVE-2024-56578",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56578"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2024-56587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56587"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2024-56589",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56589"
},
{
"name": "CVE-2024-56590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56590"
},
{
"name": "CVE-2024-56593",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56593"
},
{
"name": "CVE-2024-56594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56594"
},
{
"name": "CVE-2024-56595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56595"
},
{
"name": "CVE-2024-56596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56596"
},
{
"name": "CVE-2024-56597",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56597"
},
{
"name": "CVE-2024-56602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56602"
},
{
"name": "CVE-2024-56603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56603"
},
{
"name": "CVE-2024-56606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56606"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2024-56614",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56614"
},
{
"name": "CVE-2024-56615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56615"
},
{
"name": "CVE-2024-56616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56616"
},
{
"name": "CVE-2024-56620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56620"
},
{
"name": "CVE-2024-56622",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56622"
},
{
"name": "CVE-2024-56623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56623"
},
{
"name": "CVE-2024-56625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56625"
},
{
"name": "CVE-2024-56629",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56629"
},
{
"name": "CVE-2024-56630",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56630"
},
{
"name": "CVE-2024-56632",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56632"
},
{
"name": "CVE-2024-56634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56634"
},
{
"name": "CVE-2024-56635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56635"
},
{
"name": "CVE-2024-56636",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56636"
},
{
"name": "CVE-2024-56637",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56637"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-56642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56642"
},
{
"name": "CVE-2024-56643",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56643"
},
{
"name": "CVE-2024-56644",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56644"
},
{
"name": "CVE-2024-56648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56648"
},
{
"name": "CVE-2024-56649",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56649"
},
{
"name": "CVE-2024-56651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56651"
},
{
"name": "CVE-2024-56659",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56659"
},
{
"name": "CVE-2024-56662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56662"
},
{
"name": "CVE-2024-56663",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56663"
},
{
"name": "CVE-2024-56670",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56670"
},
{
"name": "CVE-2024-56672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56672"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56716"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-56759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56759"
},
{
"name": "CVE-2024-56765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56765"
},
{
"name": "CVE-2024-56767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56767"
},
{
"name": "CVE-2024-56769",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56769"
},
{
"name": "CVE-2024-56774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56774"
},
{
"name": "CVE-2024-56775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56775"
},
{
"name": "CVE-2024-56776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56776"
},
{
"name": "CVE-2024-56777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56777"
},
{
"name": "CVE-2024-56778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56778"
},
{
"name": "CVE-2024-56779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56779"
},
{
"name": "CVE-2024-56780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56780"
},
{
"name": "CVE-2024-56787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56787"
},
{
"name": "CVE-2024-57791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57791"
},
{
"name": "CVE-2024-57792",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57792"
},
{
"name": "CVE-2024-57798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57798"
},
{
"name": "CVE-2024-57838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57838"
},
{
"name": "CVE-2024-57849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57849"
},
{
"name": "CVE-2024-57850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57850"
},
{
"name": "CVE-2024-57874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57874"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-57890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57890"
},
{
"name": "CVE-2024-57892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57892"
},
{
"name": "CVE-2024-57896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57896"
},
{
"name": "CVE-2024-57897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57897"
},
{
"name": "CVE-2024-57903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57903"
},
{
"name": "CVE-2024-57904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57904"
},
{
"name": "CVE-2024-57906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57906"
},
{
"name": "CVE-2024-57907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57907"
},
{
"name": "CVE-2024-57908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57908"
},
{
"name": "CVE-2024-57910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57910"
},
{
"name": "CVE-2024-57911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57911"
},
{
"name": "CVE-2024-57912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57912"
},
{
"name": "CVE-2024-57913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57913"
},
{
"name": "CVE-2024-57922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57922"
},
{
"name": "CVE-2024-57929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57929"
},
{
"name": "CVE-2024-57940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57940"
},
{
"name": "CVE-2025-21646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21646"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2024-56600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56600"
},
{
"name": "CVE-2024-56601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56601"
},
{
"name": "CVE-2024-56608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56608"
},
{
"name": "CVE-2024-56610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56610"
},
{
"name": "CVE-2024-56650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56650"
},
{
"name": "CVE-2024-56658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56658"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56715"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-56763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56763"
},
{
"name": "CVE-2024-57802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57802"
},
{
"name": "CVE-2024-57882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57882"
},
{
"name": "CVE-2024-57884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57884"
},
{
"name": "CVE-2024-57917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57917"
},
{
"name": "CVE-2024-57931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57931"
},
{
"name": "CVE-2024-57938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57938"
},
{
"name": "CVE-2024-57946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57946"
},
{
"name": "CVE-2025-21653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21653"
},
{
"name": "CVE-2025-21664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21664"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2024-57925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57925"
},
{
"name": "CVE-2024-57939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57939"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21631",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21631"
},
{
"name": "CVE-2025-21636",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21636"
},
{
"name": "CVE-2025-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21637"
},
{
"name": "CVE-2025-21638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21638"
},
{
"name": "CVE-2025-21639",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21639"
},
{
"name": "CVE-2025-21640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21640"
},
{
"name": "CVE-2025-21648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21648"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2024-56633",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56633"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2022-49034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49034"
},
{
"name": "CVE-2024-47711",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47711"
},
{
"name": "CVE-2024-47726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47726"
},
{
"name": "CVE-2024-49865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49865"
},
{
"name": "CVE-2024-50029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50029"
},
{
"name": "CVE-2024-50030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50030"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2024-50065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50065"
},
{
"name": "CVE-2024-50066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50066"
},
{
"name": "CVE-2024-50068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50068"
},
{
"name": "CVE-2024-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50070"
},
{
"name": "CVE-2024-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50090"
},
{
"name": "CVE-2024-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50104"
},
{
"name": "CVE-2024-50105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50105"
},
{
"name": "CVE-2024-50107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50107"
},
{
"name": "CVE-2024-50111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50111"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2024-50118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50118"
},
{
"name": "CVE-2024-50120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50120"
},
{
"name": "CVE-2024-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50137"
},
{
"name": "CVE-2024-50140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50140"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-50170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50170"
},
{
"name": "CVE-2024-50197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50197"
},
{
"name": "CVE-2024-50206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50206"
},
{
"name": "CVE-2024-50207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50207"
},
{
"name": "CVE-2024-50220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50220"
},
{
"name": "CVE-2024-50222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50222"
},
{
"name": "CVE-2024-50223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
},
{
"name": "CVE-2024-50238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50238"
},
{
"name": "CVE-2024-50239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50239"
},
{
"name": "CVE-2024-50263",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50263"
},
{
"name": "CVE-2024-50270",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50270"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2024-50288",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50288"
},
{
"name": "CVE-2024-50291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50291"
},
{
"name": "CVE-2024-50294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50294"
},
{
"name": "CVE-2024-50297",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50297"
},
{
"name": "CVE-2024-50300",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50300"
},
{
"name": "CVE-2024-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50303"
},
{
"name": "CVE-2024-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53044"
},
{
"name": "CVE-2024-53046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53046"
},
{
"name": "CVE-2024-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53053"
},
{
"name": "CVE-2024-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53062"
},
{
"name": "CVE-2024-53067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53067"
},
{
"name": "CVE-2024-53083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53083"
},
{
"name": "CVE-2024-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53084"
},
{
"name": "CVE-2024-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53086"
},
{
"name": "CVE-2024-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53087"
},
{
"name": "CVE-2024-53089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53089"
},
{
"name": "CVE-2024-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53107"
},
{
"name": "CVE-2024-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53109"
},
{
"name": "CVE-2024-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53115"
},
{
"name": "CVE-2024-53139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53139"
},
{
"name": "CVE-2024-53145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53145"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2024-53163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53163"
},
{
"name": "CVE-2024-53165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53165"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-53181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53181"
},
{
"name": "CVE-2024-53183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53183"
},
{
"name": "CVE-2024-53184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53184"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-53223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53223"
},
{
"name": "CVE-2024-53226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53226"
},
{
"name": "CVE-2024-53228",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53228"
},
{
"name": "CVE-2024-56540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56540"
},
{
"name": "CVE-2024-56545",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56545"
},
{
"name": "CVE-2024-56685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56685"
},
{
"name": "CVE-2024-56689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56689"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-56720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56720"
},
{
"name": "CVE-2024-56721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56721"
},
{
"name": "CVE-2024-56742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56742"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2025-0927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0927"
},
{
"name": "CVE-2024-56579",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56579"
},
{
"name": "CVE-2024-56647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56647"
},
{
"name": "CVE-2024-57889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57889"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2025-21687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21687"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-21700",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21700"
},
{
"name": "CVE-2024-43098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43098"
},
{
"name": "CVE-2024-47408",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47408"
},
{
"name": "CVE-2024-49571",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49571"
},
{
"name": "CVE-2024-53680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53680"
},
{
"name": "CVE-2024-56581",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56581"
},
{
"name": "CVE-2024-56586",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56586"
},
{
"name": "CVE-2024-56626",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56626"
},
{
"name": "CVE-2024-56627",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56627"
},
{
"name": "CVE-2024-56640",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56640"
},
{
"name": "CVE-2024-56770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56770"
},
{
"name": "CVE-2024-56781",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56781"
},
{
"name": "CVE-2024-56783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56783"
},
{
"name": "CVE-2024-56785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56785"
},
{
"name": "CVE-2024-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57807"
},
{
"name": "CVE-2024-57841",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57841"
},
{
"name": "CVE-2024-57900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57900"
},
{
"name": "CVE-2024-57901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57901"
},
{
"name": "CVE-2024-57902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57902"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2022-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0995"
},
{
"name": "CVE-2024-41932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41932"
},
{
"name": "CVE-2024-41935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41935"
},
{
"name": "CVE-2024-47794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47794"
},
{
"name": "CVE-2024-48875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48875"
},
{
"name": "CVE-2024-48876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48876"
},
{
"name": "CVE-2024-56550",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56550"
},
{
"name": "CVE-2024-56561",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56561"
},
{
"name": "CVE-2024-56565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56565"
},
{
"name": "CVE-2024-56580",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56580"
},
{
"name": "CVE-2024-56583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56583"
},
{
"name": "CVE-2024-56613",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56613"
},
{
"name": "CVE-2024-56621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56621"
},
{
"name": "CVE-2024-56638",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56638"
},
{
"name": "CVE-2024-56771",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56771"
},
{
"name": "CVE-2024-56772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56772"
},
{
"name": "CVE-2024-56773",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56773"
},
{
"name": "CVE-2024-56782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56782"
},
{
"name": "CVE-2024-56786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56786"
},
{
"name": "CVE-2024-57843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57843"
},
{
"name": "CVE-2024-57872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57872"
},
{
"name": "CVE-2024-58087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58087"
},
{
"name": "CVE-2025-21701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21701"
},
{
"name": "CVE-2025-21703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21703"
},
{
"name": "CVE-2025-21693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21693"
},
{
"name": "CVE-2025-21756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21756"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2025-21702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21702"
},
{
"name": "CVE-2025-21993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21993"
},
{
"name": "CVE-2024-44955",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44955"
},
{
"name": "CVE-2024-50032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50032"
},
{
"name": "CVE-2024-57950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57950"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-21677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21677"
},
{
"name": "CVE-2025-21685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21685"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2025-21695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21695"
},
{
"name": "CVE-2025-21696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21696"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0349",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-04-25T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "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 ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7459-1",
"url": "https://ubuntu.com/security/notices/USN-7459-1"
},
{
"published_at": "2025-04-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7451-1",
"url": "https://ubuntu.com/security/notices/USN-7451-1"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7449-2",
"url": "https://ubuntu.com/security/notices/USN-7449-2"
},
{
"published_at": "2025-04-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7450-1",
"url": "https://ubuntu.com/security/notices/USN-7450-1"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7461-1",
"url": "https://ubuntu.com/security/notices/USN-7461-1"
},
{
"published_at": "2025-04-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7453-1",
"url": "https://ubuntu.com/security/notices/USN-7453-1"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7462-1",
"url": "https://ubuntu.com/security/notices/USN-7462-1"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7463-1",
"url": "https://ubuntu.com/security/notices/USN-7463-1"
},
{
"published_at": "2025-04-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7445-1",
"url": "https://ubuntu.com/security/notices/USN-7445-1"
},
{
"published_at": "2025-04-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7448-1",
"url": "https://ubuntu.com/security/notices/USN-7448-1"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7461-2",
"url": "https://ubuntu.com/security/notices/USN-7461-2"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7455-1",
"url": "https://ubuntu.com/security/notices/USN-7455-1"
},
{
"published_at": "2025-04-22",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7402-5",
"url": "https://ubuntu.com/security/notices/USN-7402-5"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7455-2",
"url": "https://ubuntu.com/security/notices/USN-7455-2"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7460-1",
"url": "https://ubuntu.com/security/notices/USN-7460-1"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7462-2",
"url": "https://ubuntu.com/security/notices/USN-7462-2"
},
{
"published_at": "2025-04-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7452-1",
"url": "https://ubuntu.com/security/notices/USN-7452-1"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7458-1",
"url": "https://ubuntu.com/security/notices/USN-7458-1"
},
{
"published_at": "2025-04-24",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7455-3",
"url": "https://ubuntu.com/security/notices/USN-7455-3"
},
{
"published_at": "2025-04-23",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7449-1",
"url": "https://ubuntu.com/security/notices/USN-7449-1"
}
]
}
CERTFR-2025-AVI-0366
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges 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).
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-26928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26928"
},
{
"name": "CVE-2024-35864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35864"
},
{
"name": "CVE-2024-36899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36899"
},
{
"name": "CVE-2024-26837",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26837"
},
{
"name": "CVE-2024-41014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41014"
},
{
"name": "CVE-2024-41016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41016"
},
{
"name": "CVE-2024-42122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42122"
},
{
"name": "CVE-2024-42315",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42315"
},
{
"name": "CVE-2024-43900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43900"
},
{
"name": "CVE-2024-44938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44938"
},
{
"name": "CVE-2024-46784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46784"
},
{
"name": "CVE-2024-46826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46826"
},
{
"name": "CVE-2024-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46809"
},
{
"name": "CVE-2024-46841",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46841"
},
{
"name": "CVE-2024-46871",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46871"
},
{
"name": "CVE-2024-47670",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47670"
},
{
"name": "CVE-2024-47671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47671"
},
{
"name": "CVE-2024-47672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47672"
},
{
"name": "CVE-2024-47673",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47673"
},
{
"name": "CVE-2024-47684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47684"
},
{
"name": "CVE-2024-47685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47685"
},
{
"name": "CVE-2024-47692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47692"
},
{
"name": "CVE-2024-47693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47693"
},
{
"name": "CVE-2024-47695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47695"
},
{
"name": "CVE-2024-47696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47696"
},
{
"name": "CVE-2024-47697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47697"
},
{
"name": "CVE-2024-47698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47698"
},
{
"name": "CVE-2024-47699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47699"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2024-47705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47705"
},
{
"name": "CVE-2024-47706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47706"
},
{
"name": "CVE-2024-47707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47707"
},
{
"name": "CVE-2024-47709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47709"
},
{
"name": "CVE-2024-47710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47710"
},
{
"name": "CVE-2024-47712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47712"
},
{
"name": "CVE-2024-47713",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47713"
},
{
"name": "CVE-2024-47718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47718"
},
{
"name": "CVE-2024-47720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47720"
},
{
"name": "CVE-2024-47723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47723"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2024-47730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47730"
},
{
"name": "CVE-2024-47735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47735"
},
{
"name": "CVE-2024-47737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47737"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2024-47739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47739"
},
{
"name": "CVE-2024-47742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47742"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2024-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47747"
},
{
"name": "CVE-2024-47748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47748"
},
{
"name": "CVE-2024-47749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47749"
},
{
"name": "CVE-2024-47756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47756"
},
{
"name": "CVE-2024-47757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47757"
},
{
"name": "CVE-2024-49851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49851"
},
{
"name": "CVE-2024-49852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49852"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49858"
},
{
"name": "CVE-2024-49860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49860"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2024-49863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49863"
},
{
"name": "CVE-2024-49866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49866"
},
{
"name": "CVE-2024-49867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49867"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2024-49871",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49871"
},
{
"name": "CVE-2024-49875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49875"
},
{
"name": "CVE-2024-49877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49877"
},
{
"name": "CVE-2024-49878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49878"
},
{
"name": "CVE-2024-49879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49879"
},
{
"name": "CVE-2024-49881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49881"
},
{
"name": "CVE-2024-49882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49882"
},
{
"name": "CVE-2024-49883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49883"
},
{
"name": "CVE-2024-49886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49886"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2024-49890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49890"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-49892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49892"
},
{
"name": "CVE-2024-49894",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49894"
},
{
"name": "CVE-2024-49895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49895"
},
{
"name": "CVE-2024-49896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49896"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2024-49900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49900"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2024-49902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49902"
},
{
"name": "CVE-2024-49903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49903"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-49907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49907"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-49913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49913"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2024-49930",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49930"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-49933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49933"
},
{
"name": "CVE-2024-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49935"
},
{
"name": "CVE-2024-49936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49936"
},
{
"name": "CVE-2024-49937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49937"
},
{
"name": "CVE-2024-49938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49938"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2024-49946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49946"
},
{
"name": "CVE-2024-49949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49949"
},
{
"name": "CVE-2024-49950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49950"
},
{
"name": "CVE-2024-49954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49954"
},
{
"name": "CVE-2024-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49955"
},
{
"name": "CVE-2024-49957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49957"
},
{
"name": "CVE-2024-49958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49958"
},
{
"name": "CVE-2024-49959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49959"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49961"
},
{
"name": "CVE-2024-49962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49962"
},
{
"name": "CVE-2024-49963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49963"
},
{
"name": "CVE-2024-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49965"
},
{
"name": "CVE-2024-49966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49966"
},
{
"name": "CVE-2024-49969",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49969"
},
{
"name": "CVE-2024-49972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49972"
},
{
"name": "CVE-2024-49973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49973"
},
{
"name": "CVE-2024-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49974"
},
{
"name": "CVE-2024-49975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49975"
},
{
"name": "CVE-2024-49981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49981"
},
{
"name": "CVE-2024-49982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49982"
},
{
"name": "CVE-2024-49985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49985"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2024-49996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49996"
},
{
"name": "CVE-2024-50000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50000"
},
{
"name": "CVE-2024-50001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50001"
},
{
"name": "CVE-2024-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50002"
},
{
"name": "CVE-2024-50006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50006"
},
{
"name": "CVE-2024-50007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50007"
},
{
"name": "CVE-2024-50008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50008"
},
{
"name": "CVE-2024-50013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50013"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2024-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50015"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2024-50019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50019"
},
{
"name": "CVE-2024-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50020"
},
{
"name": "CVE-2024-50021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50021"
},
{
"name": "CVE-2024-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50022"
},
{
"name": "CVE-2024-50023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50023"
},
{
"name": "CVE-2024-50024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50024"
},
{
"name": "CVE-2024-50025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50025"
},
{
"name": "CVE-2024-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50027"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2024-50031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50031"
},
{
"name": "CVE-2024-50033",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50033"
},
{
"name": "CVE-2024-50035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50035"
},
{
"name": "CVE-2024-50040",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50040"
},
{
"name": "CVE-2024-50041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50041"
},
{
"name": "CVE-2024-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50042"
},
{
"name": "CVE-2024-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50044"
},
{
"name": "CVE-2024-50045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50045"
},
{
"name": "CVE-2024-50046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50046"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2024-50049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50049"
},
{
"name": "CVE-2024-50055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50055"
},
{
"name": "CVE-2024-50058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50058"
},
{
"name": "CVE-2024-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50059"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2024-50061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50061"
},
{
"name": "CVE-2024-50062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50062"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2024-50064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50064"
},
{
"name": "CVE-2024-50069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50069"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-50074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50074"
},
{
"name": "CVE-2024-50075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50075"
},
{
"name": "CVE-2024-50076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50076"
},
{
"name": "CVE-2024-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50077"
},
{
"name": "CVE-2024-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50078"
},
{
"name": "CVE-2024-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50080"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2024-50036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50036"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-50072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50072"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50215"
},
{
"name": "CVE-2024-50218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50218"
},
{
"name": "CVE-2024-50229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50229"
},
{
"name": "CVE-2024-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50230"
},
{
"name": "CVE-2024-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50232"
},
{
"name": "CVE-2024-50233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50233"
},
{
"name": "CVE-2024-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50234"
},
{
"name": "CVE-2024-50235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50235"
},
{
"name": "CVE-2024-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50236"
},
{
"name": "CVE-2024-50237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50237"
},
{
"name": "CVE-2024-50242",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50242"
},
{
"name": "CVE-2024-50243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50243"
},
{
"name": "CVE-2024-50244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50244"
},
{
"name": "CVE-2024-50245",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50245"
},
{
"name": "CVE-2024-50247",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50247"
},
{
"name": "CVE-2024-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50250"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-50255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
},
{
"name": "CVE-2024-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50256"
},
{
"name": "CVE-2024-50257",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50257"
},
{
"name": "CVE-2024-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50259"
},
{
"name": "CVE-2024-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50261"
},
{
"name": "CVE-2024-50262",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50262"
},
{
"name": "CVE-2024-50265",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50265"
},
{
"name": "CVE-2024-50267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50267"
},
{
"name": "CVE-2024-50268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50268"
},
{
"name": "CVE-2024-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50269"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50273"
},
{
"name": "CVE-2024-50276",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50276"
},
{
"name": "CVE-2024-50278",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50278"
},
{
"name": "CVE-2024-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50279"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-50282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50282"
},
{
"name": "CVE-2024-50283",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50283"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2024-50287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50287"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-50292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50292"
},
{
"name": "CVE-2024-50295",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50295"
},
{
"name": "CVE-2024-50296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50296"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2024-53043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53043"
},
{
"name": "CVE-2024-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53052"
},
{
"name": "CVE-2024-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53055"
},
{
"name": "CVE-2024-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53058"
},
{
"name": "CVE-2024-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53059"
},
{
"name": "CVE-2024-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53061"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53066"
},
{
"name": "CVE-2024-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53072"
},
{
"name": "CVE-2024-53081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53081"
},
{
"name": "CVE-2024-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53082"
},
{
"name": "CVE-2024-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53088"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2024-50226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50226"
},
{
"name": "CVE-2024-49925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49925"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2024-50208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50208"
},
{
"name": "CVE-2024-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50082"
},
{
"name": "CVE-2024-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50099"
},
{
"name": "CVE-2024-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2024-50192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50192"
},
{
"name": "CVE-2024-47679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47679"
},
{
"name": "CVE-2024-47690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47690"
},
{
"name": "CVE-2024-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47701"
},
{
"name": "CVE-2024-47734",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47734"
},
{
"name": "CVE-2024-47740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47740"
},
{
"name": "CVE-2024-49856",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49856"
},
{
"name": "CVE-2024-49868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49868"
},
{
"name": "CVE-2024-49884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49884"
},
{
"name": "CVE-2024-49889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49889"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-49924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49924"
},
{
"name": "CVE-2024-49927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49927"
},
{
"name": "CVE-2024-49944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49944"
},
{
"name": "CVE-2024-49948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49948"
},
{
"name": "CVE-2024-49952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49952"
},
{
"name": "CVE-2024-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49977"
},
{
"name": "CVE-2024-49983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49983"
},
{
"name": "CVE-2024-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49997"
},
{
"name": "CVE-2024-50038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50038"
},
{
"name": "CVE-2024-50039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50039"
},
{
"name": "CVE-2024-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50093"
},
{
"name": "CVE-2024-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50095"
},
{
"name": "CVE-2024-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50096"
},
{
"name": "CVE-2024-50179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50179"
},
{
"name": "CVE-2024-50180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50180"
},
{
"name": "CVE-2024-50184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50184"
},
{
"name": "CVE-2024-50186",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50186"
},
{
"name": "CVE-2024-50188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50188"
},
{
"name": "CVE-2024-50189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50189"
},
{
"name": "CVE-2024-50191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50191"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2024-50026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50026"
},
{
"name": "CVE-2024-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50084"
},
{
"name": "CVE-2024-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50087"
},
{
"name": "CVE-2024-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50088"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50101"
},
{
"name": "CVE-2024-50103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50103"
},
{
"name": "CVE-2024-50108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50108"
},
{
"name": "CVE-2024-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-50117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50117"
},
{
"name": "CVE-2024-50121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50121"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-50127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50127"
},
{
"name": "CVE-2024-50128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50128"
},
{
"name": "CVE-2024-50130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50130"
},
{
"name": "CVE-2024-50131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50131"
},
{
"name": "CVE-2024-50134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50134"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2024-50139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50139"
},
{
"name": "CVE-2024-50141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50141"
},
{
"name": "CVE-2024-50145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50145"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2024-50147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50147"
},
{
"name": "CVE-2024-50148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50148"
},
{
"name": "CVE-2024-50150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50150"
},
{
"name": "CVE-2024-50153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50153"
},
{
"name": "CVE-2024-50154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50154"
},
{
"name": "CVE-2024-50155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50155"
},
{
"name": "CVE-2024-50156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50156"
},
{
"name": "CVE-2024-50158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50158"
},
{
"name": "CVE-2024-50159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50159"
},
{
"name": "CVE-2024-50160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50160"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50167"
},
{
"name": "CVE-2024-50169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50169"
},
{
"name": "CVE-2024-50171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50171"
},
{
"name": "CVE-2024-50172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50172"
},
{
"name": "CVE-2024-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50182"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2024-50194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50194"
},
{
"name": "CVE-2024-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50195"
},
{
"name": "CVE-2024-50196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50196"
},
{
"name": "CVE-2024-50198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50198"
},
{
"name": "CVE-2024-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50200"
},
{
"name": "CVE-2024-50201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50201"
},
{
"name": "CVE-2024-50205",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50205"
},
{
"name": "CVE-2024-50209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50209"
},
{
"name": "CVE-2024-50216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50216"
},
{
"name": "CVE-2024-50221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50221"
},
{
"name": "CVE-2024-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50224"
},
{
"name": "CVE-2024-50225",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50225"
},
{
"name": "CVE-2024-50231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50231"
},
{
"name": "CVE-2024-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50240"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2024-50248",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50248"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2024-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53045"
},
{
"name": "CVE-2024-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53048"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2024-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53068"
},
{
"name": "CVE-2024-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53076"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2024-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53085"
},
{
"name": "CVE-2024-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53094"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53096"
},
{
"name": "CVE-2024-53100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53100"
},
{
"name": "CVE-2024-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53101"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-53106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53106"
},
{
"name": "CVE-2024-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53108"
},
{
"name": "CVE-2024-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53110"
},
{
"name": "CVE-2024-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53112"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53121"
},
{
"name": "CVE-2024-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53138"
},
{
"name": "CVE-2024-53142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53142"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2024-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50010"
},
{
"name": "CVE-2024-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50083"
},
{
"name": "CVE-2024-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50085"
},
{
"name": "CVE-2024-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50086"
},
{
"name": "CVE-2024-50133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50133"
},
{
"name": "CVE-2024-50143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50143"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-50168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50168"
},
{
"name": "CVE-2024-50185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50185"
},
{
"name": "CVE-2024-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50193"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-50202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50202"
},
{
"name": "CVE-2024-53103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53103"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-53119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53119"
},
{
"name": "CVE-2024-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53120"
},
{
"name": "CVE-2024-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53122"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53127"
},
{
"name": "CVE-2024-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53129"
},
{
"name": "CVE-2024-53130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53130"
},
{
"name": "CVE-2024-53131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53131"
},
{
"name": "CVE-2024-53135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53135"
},
{
"name": "CVE-2024-53136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53136"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2024-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50016"
},
{
"name": "CVE-2024-50203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50203"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2024-53050",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53050"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2024-53099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53099"
},
{
"name": "CVE-2024-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53105"
},
{
"name": "CVE-2024-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53111"
},
{
"name": "CVE-2024-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53117"
},
{
"name": "CVE-2024-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53118"
},
{
"name": "CVE-2024-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53125"
},
{
"name": "CVE-2024-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53126"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2024-53134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53134"
},
{
"name": "CVE-2024-53141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53141"
},
{
"name": "CVE-2024-53146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53146"
},
{
"name": "CVE-2024-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53148"
},
{
"name": "CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53154"
},
{
"name": "CVE-2024-53155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53155"
},
{
"name": "CVE-2024-53156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53156"
},
{
"name": "CVE-2024-53157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53157"
},
{
"name": "CVE-2024-53158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53158"
},
{
"name": "CVE-2024-53160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53160"
},
{
"name": "CVE-2024-53161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53161"
},
{
"name": "CVE-2024-53162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53162"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53173"
},
{
"name": "CVE-2024-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53174"
},
{
"name": "CVE-2024-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53180"
},
{
"name": "CVE-2024-53188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53188"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2024-53191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53191"
},
{
"name": "CVE-2024-53200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53200"
},
{
"name": "CVE-2024-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53202"
},
{
"name": "CVE-2024-53206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53206"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53209"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2024-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53213"
},
{
"name": "CVE-2024-53214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53214"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53217"
},
{
"name": "CVE-2024-53222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53222"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2024-53237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53237"
},
{
"name": "CVE-2024-56539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56539"
},
{
"name": "CVE-2024-56549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56549"
},
{
"name": "CVE-2024-56551",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56551"
},
{
"name": "CVE-2024-56562",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56562"
},
{
"name": "CVE-2024-56566",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56566"
},
{
"name": "CVE-2024-56567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56567"
},
{
"name": "CVE-2024-56576",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56576"
},
{
"name": "CVE-2024-56582",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56582"
},
{
"name": "CVE-2024-56599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56599"
},
{
"name": "CVE-2024-56604",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56604"
},
{
"name": "CVE-2024-56605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56605"
},
{
"name": "CVE-2024-56645",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56645"
},
{
"name": "CVE-2024-56752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56752"
},
{
"name": "CVE-2024-56754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56754"
},
{
"name": "CVE-2024-56755",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56755"
},
{
"name": "CVE-2024-56756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56756"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56570",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56570"
},
{
"name": "CVE-2024-56575",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56575"
},
{
"name": "CVE-2024-56598",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56598"
},
{
"name": "CVE-2024-56619",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56619"
},
{
"name": "CVE-2024-56631",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56631"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2024-36476",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36476"
},
{
"name": "CVE-2024-45828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45828"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-47143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47143"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2024-48881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48881"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50051"
},
{
"name": "CVE-2024-52332",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52332"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53685"
},
{
"name": "CVE-2024-53690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53690"
},
{
"name": "CVE-2024-55881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55881"
},
{
"name": "CVE-2024-55916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55916"
},
{
"name": "CVE-2024-56369",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56369"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2024-56558",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56558"
},
{
"name": "CVE-2024-56568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56568"
},
{
"name": "CVE-2024-56569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56569"
},
{
"name": "CVE-2024-56572",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56572"
},
{
"name": "CVE-2024-56573",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56573"
},
{
"name": "CVE-2024-56574",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56574"
},
{
"name": "CVE-2024-53164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53164"
},
{
"name": "CVE-2024-56577",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56577"
},
{
"name": "CVE-2024-56578",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56578"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2024-56587",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56587"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2024-56589",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56589"
},
{
"name": "CVE-2024-56590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56590"
},
{
"name": "CVE-2024-56593",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56593"
},
{
"name": "CVE-2024-56594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56594"
},
{
"name": "CVE-2024-56595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56595"
},
{
"name": "CVE-2024-56596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56596"
},
{
"name": "CVE-2024-56597",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56597"
},
{
"name": "CVE-2024-56602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56602"
},
{
"name": "CVE-2024-56603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56603"
},
{
"name": "CVE-2024-56606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56606"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2024-56614",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56614"
},
{
"name": "CVE-2024-56615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56615"
},
{
"name": "CVE-2024-56616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56616"
},
{
"name": "CVE-2024-56620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56620"
},
{
"name": "CVE-2024-56622",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56622"
},
{
"name": "CVE-2024-56623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56623"
},
{
"name": "CVE-2024-56625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56625"
},
{
"name": "CVE-2024-56629",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56629"
},
{
"name": "CVE-2024-56630",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56630"
},
{
"name": "CVE-2024-56632",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56632"
},
{
"name": "CVE-2024-56634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56634"
},
{
"name": "CVE-2024-56635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56635"
},
{
"name": "CVE-2024-56636",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56636"
},
{
"name": "CVE-2024-56637",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56637"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-56642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56642"
},
{
"name": "CVE-2024-56643",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56643"
},
{
"name": "CVE-2024-56644",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56644"
},
{
"name": "CVE-2024-56648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56648"
},
{
"name": "CVE-2024-56649",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56649"
},
{
"name": "CVE-2024-56651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56651"
},
{
"name": "CVE-2024-56659",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56659"
},
{
"name": "CVE-2024-56662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56662"
},
{
"name": "CVE-2024-56663",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56663"
},
{
"name": "CVE-2024-56670",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56670"
},
{
"name": "CVE-2024-56672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56672"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56716"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-56759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56759"
},
{
"name": "CVE-2024-56765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56765"
},
{
"name": "CVE-2024-56767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56767"
},
{
"name": "CVE-2024-56769",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56769"
},
{
"name": "CVE-2024-56774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56774"
},
{
"name": "CVE-2024-56775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56775"
},
{
"name": "CVE-2024-56776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56776"
},
{
"name": "CVE-2024-56777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56777"
},
{
"name": "CVE-2024-56778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56778"
},
{
"name": "CVE-2024-56779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56779"
},
{
"name": "CVE-2024-56780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56780"
},
{
"name": "CVE-2024-56787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56787"
},
{
"name": "CVE-2024-57791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57791"
},
{
"name": "CVE-2024-57792",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57792"
},
{
"name": "CVE-2024-57798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57798"
},
{
"name": "CVE-2024-57838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57838"
},
{
"name": "CVE-2024-57849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57849"
},
{
"name": "CVE-2024-57850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57850"
},
{
"name": "CVE-2024-57874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57874"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-57890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57890"
},
{
"name": "CVE-2024-57892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57892"
},
{
"name": "CVE-2024-57896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57896"
},
{
"name": "CVE-2024-57897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57897"
},
{
"name": "CVE-2024-57903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57903"
},
{
"name": "CVE-2024-57904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57904"
},
{
"name": "CVE-2024-57906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57906"
},
{
"name": "CVE-2024-57907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57907"
},
{
"name": "CVE-2024-57908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57908"
},
{
"name": "CVE-2024-57910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57910"
},
{
"name": "CVE-2024-57911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57911"
},
{
"name": "CVE-2024-57912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57912"
},
{
"name": "CVE-2024-57913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57913"
},
{
"name": "CVE-2024-57922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57922"
},
{
"name": "CVE-2024-57929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57929"
},
{
"name": "CVE-2024-57940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57940"
},
{
"name": "CVE-2025-21646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21646"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2024-56600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56600"
},
{
"name": "CVE-2024-56601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56601"
},
{
"name": "CVE-2024-56608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56608"
},
{
"name": "CVE-2024-56610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56610"
},
{
"name": "CVE-2024-56650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56650"
},
{
"name": "CVE-2024-56658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56658"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56715"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-56763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56763"
},
{
"name": "CVE-2024-57802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57802"
},
{
"name": "CVE-2024-57882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57882"
},
{
"name": "CVE-2024-57884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57884"
},
{
"name": "CVE-2024-57917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57917"
},
{
"name": "CVE-2024-57931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57931"
},
{
"name": "CVE-2024-57938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57938"
},
{
"name": "CVE-2024-57946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57946"
},
{
"name": "CVE-2025-21653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21653"
},
{
"name": "CVE-2025-21664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21664"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2024-57925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57925"
},
{
"name": "CVE-2024-57939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57939"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21631",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21631"
},
{
"name": "CVE-2025-21636",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21636"
},
{
"name": "CVE-2025-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21637"
},
{
"name": "CVE-2025-21638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21638"
},
{
"name": "CVE-2025-21639",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21639"
},
{
"name": "CVE-2025-21640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21640"
},
{
"name": "CVE-2025-21648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21648"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2024-56633",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56633"
},
{
"name": "CVE-2022-49034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49034"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2024-47711",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47711"
},
{
"name": "CVE-2024-47726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47726"
},
{
"name": "CVE-2024-49865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49865"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2024-49926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49926"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2024-50029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50029"
},
{
"name": "CVE-2024-50030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50030"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2024-50065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50065"
},
{
"name": "CVE-2024-50066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50066"
},
{
"name": "CVE-2024-50068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50068"
},
{
"name": "CVE-2024-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50070"
},
{
"name": "CVE-2024-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50090"
},
{
"name": "CVE-2024-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50104"
},
{
"name": "CVE-2024-50105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50105"
},
{
"name": "CVE-2024-50107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50107"
},
{
"name": "CVE-2024-50111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50111"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2024-50118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50118"
},
{
"name": "CVE-2024-50120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50120"
},
{
"name": "CVE-2024-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50137"
},
{
"name": "CVE-2024-50140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50140"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-50170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50170"
},
{
"name": "CVE-2024-50197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50197"
},
{
"name": "CVE-2024-50206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50206"
},
{
"name": "CVE-2024-50207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50207"
},
{
"name": "CVE-2024-50220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50220"
},
{
"name": "CVE-2024-50222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50222"
},
{
"name": "CVE-2024-50223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
},
{
"name": "CVE-2024-50238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50238"
},
{
"name": "CVE-2024-50239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50239"
},
{
"name": "CVE-2024-50263",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50263"
},
{
"name": "CVE-2024-50270",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50270"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2024-50288",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50288"
},
{
"name": "CVE-2024-50291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50291"
},
{
"name": "CVE-2024-50294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50294"
},
{
"name": "CVE-2024-50297",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50297"
},
{
"name": "CVE-2024-50300",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50300"
},
{
"name": "CVE-2024-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50303"
},
{
"name": "CVE-2024-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53044"
},
{
"name": "CVE-2024-53046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53046"
},
{
"name": "CVE-2024-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53053"
},
{
"name": "CVE-2024-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53062"
},
{
"name": "CVE-2024-53067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53067"
},
{
"name": "CVE-2024-53083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53083"
},
{
"name": "CVE-2024-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53084"
},
{
"name": "CVE-2024-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53086"
},
{
"name": "CVE-2024-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53087"
},
{
"name": "CVE-2024-53089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53089"
},
{
"name": "CVE-2024-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53107"
},
{
"name": "CVE-2024-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53109"
},
{
"name": "CVE-2024-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53115"
},
{
"name": "CVE-2024-53139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53139"
},
{
"name": "CVE-2024-53145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53145"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2024-53163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53163"
},
{
"name": "CVE-2024-53165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53165"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-53181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53181"
},
{
"name": "CVE-2024-53183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53183"
},
{
"name": "CVE-2024-53184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53184"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-53223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53223"
},
{
"name": "CVE-2024-53226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53226"
},
{
"name": "CVE-2024-53228",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53228"
},
{
"name": "CVE-2024-56540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56540"
},
{
"name": "CVE-2024-56545",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56545"
},
{
"name": "CVE-2024-56685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56685"
},
{
"name": "CVE-2024-56689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56689"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-56720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56720"
},
{
"name": "CVE-2024-56721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56721"
},
{
"name": "CVE-2024-56742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56742"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2025-0927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0927"
},
{
"name": "CVE-2024-56579",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56579"
},
{
"name": "CVE-2024-56647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56647"
},
{
"name": "CVE-2024-57889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57889"
},
{
"name": "CVE-2025-21687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21687"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-21700",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21700"
},
{
"name": "CVE-2024-43098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43098"
},
{
"name": "CVE-2024-47408",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47408"
},
{
"name": "CVE-2024-49571",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49571"
},
{
"name": "CVE-2024-53680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53680"
},
{
"name": "CVE-2024-56581",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56581"
},
{
"name": "CVE-2024-56586",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56586"
},
{
"name": "CVE-2024-56626",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56626"
},
{
"name": "CVE-2024-56627",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56627"
},
{
"name": "CVE-2024-56640",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56640"
},
{
"name": "CVE-2024-56770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56770"
},
{
"name": "CVE-2024-56781",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56781"
},
{
"name": "CVE-2024-56785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56785"
},
{
"name": "CVE-2024-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57807"
},
{
"name": "CVE-2024-57841",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57841"
},
{
"name": "CVE-2024-57900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57900"
},
{
"name": "CVE-2024-57901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57901"
},
{
"name": "CVE-2024-57902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57902"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2022-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0995"
},
{
"name": "CVE-2024-41932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41932"
},
{
"name": "CVE-2024-41935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41935"
},
{
"name": "CVE-2024-47794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47794"
},
{
"name": "CVE-2024-48875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48875"
},
{
"name": "CVE-2024-48876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48876"
},
{
"name": "CVE-2024-56550",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56550"
},
{
"name": "CVE-2024-56565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56565"
},
{
"name": "CVE-2024-56580",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56580"
},
{
"name": "CVE-2024-56583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56583"
},
{
"name": "CVE-2024-56613",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56613"
},
{
"name": "CVE-2024-56621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56621"
},
{
"name": "CVE-2024-56638",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56638"
},
{
"name": "CVE-2024-56771",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56771"
},
{
"name": "CVE-2024-56772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56772"
},
{
"name": "CVE-2024-56773",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56773"
},
{
"name": "CVE-2024-56782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56782"
},
{
"name": "CVE-2024-56786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56786"
},
{
"name": "CVE-2024-57843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57843"
},
{
"name": "CVE-2024-57872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57872"
},
{
"name": "CVE-2024-58087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58087"
},
{
"name": "CVE-2025-21701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21701"
},
{
"name": "CVE-2025-21703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21703"
},
{
"name": "CVE-2025-21756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21756"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2025-21702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21702"
},
{
"name": "CVE-2025-21993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21993"
},
{
"name": "CVE-2024-44955",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44955"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0366",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-05-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"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 d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-04-25",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7455-4",
"url": "https://ubuntu.com/security/notices/USN-7455-4"
},
{
"published_at": "2025-04-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7459-2",
"url": "https://ubuntu.com/security/notices/USN-7459-2"
},
{
"published_at": "2025-04-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7468-1",
"url": "https://ubuntu.com/security/notices/USN-7468-1"
},
{
"published_at": "2025-04-29",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7455-5",
"url": "https://ubuntu.com/security/notices/USN-7455-5"
}
]
}
CERTFR-2025-AVI-1057
Vulnerability from certfr_avis - Published: 2025-12-02 - Updated: 2025-12-02
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 16.x antérieures à 16.11.0 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 14.x antérieures à 14.20.0 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 17.x antérieures à 17.7.0 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.1 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 18.x antérieures à 18.1.0 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 15.x antérieures à 15.15.0 | ||
| VMware | Tanzu Data Intelligence | Tanzu pour Postgres versions 13.x antérieures à 13.23.0 |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu pour Postgres versions 16.x ant\u00e9rieures \u00e0 16.11.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 14.x ant\u00e9rieures \u00e0 14.20.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 17.x ant\u00e9rieures \u00e0 17.7.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.1",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 18.x ant\u00e9rieures \u00e0 18.1.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 15.x ant\u00e9rieures \u00e0 15.15.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 13.x ant\u00e9rieures \u00e0 13.23.0",
"product": {
"name": "Tanzu Data Intelligence",
"vendor": {
"name": "VMware",
"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-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2021-20227",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20227"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2022-23960",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23960"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-3629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3629"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2022-3633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3633"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-3903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3903"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2022-26878",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26878"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-1974",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1974"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-20154",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-20154"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2021-36690",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36690"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2022-27672",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27672"
},
{
"name": "CVE-2023-0045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0045"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2023-1118",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1118"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2023-1838",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1838"
},
{
"name": "CVE-2023-28410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28410"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27779",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27779"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2022-30115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30115"
},
{
"name": "CVE-2023-1380",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1380"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2022-3534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3534"
},
{
"name": "CVE-2023-2156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2156"
},
{
"name": "CVE-2023-3006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3006"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2021-31239",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31239"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-4387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4387"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2023-31085",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31085"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2019-17498",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17498"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-52467",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52467"
},
{
"name": "CVE-2023-52451",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52451"
},
{
"name": "CVE-2023-52445",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52445"
},
{
"name": "CVE-2024-26598",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26598"
},
{
"name": "CVE-2023-52462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52462"
},
{
"name": "CVE-2023-52469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52469"
},
{
"name": "CVE-2023-52470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52470"
},
{
"name": "CVE-2023-52464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52464"
},
{
"name": "CVE-2023-52475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52475"
},
{
"name": "CVE-2023-52478",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52478"
},
{
"name": "CVE-2024-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26603"
},
{
"name": "CVE-2023-52452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52452"
},
{
"name": "CVE-2023-52532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52532"
},
{
"name": "CVE-2019-25162",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25162"
},
{
"name": "CVE-2021-46904",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46904"
},
{
"name": "CVE-2024-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24855"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2024-26631",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26631"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2023-52501",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52501"
},
{
"name": "CVE-2023-52519",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52519"
},
{
"name": "CVE-2024-26717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26717"
},
{
"name": "CVE-2024-26670",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26670"
},
{
"name": "CVE-2023-52477",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52477"
},
{
"name": "CVE-2023-52528",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52528"
},
{
"name": "CVE-2023-52582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52582"
},
{
"name": "CVE-2021-47098",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47098"
},
{
"name": "CVE-2023-52513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52513"
},
{
"name": "CVE-2024-22099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22099"
},
{
"name": "CVE-2021-47097",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47097"
},
{
"name": "CVE-2023-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52520"
},
{
"name": "CVE-2023-7042",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7042"
},
{
"name": "CVE-2023-52523",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52523"
},
{
"name": "CVE-2024-26803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26803"
},
{
"name": "CVE-2024-24858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24858"
},
{
"name": "CVE-2024-24857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24857"
},
{
"name": "CVE-2024-26660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26660"
},
{
"name": "CVE-2024-26760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26760"
},
{
"name": "CVE-2024-26681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26681"
},
{
"name": "CVE-2024-26815",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26815"
},
{
"name": "CVE-2024-26621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26621"
},
{
"name": "CVE-2024-26714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26714"
},
{
"name": "CVE-2024-26761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26761"
},
{
"name": "CVE-2024-26742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26742"
},
{
"name": "CVE-2021-47020",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47020"
},
{
"name": "CVE-2021-47017",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47017"
},
{
"name": "CVE-2021-46984",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46984"
},
{
"name": "CVE-2021-47071",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47071"
},
{
"name": "CVE-2021-47202",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47202"
},
{
"name": "CVE-2024-26605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26605"
},
{
"name": "CVE-2024-26989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26989"
},
{
"name": "CVE-2024-27003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27003"
},
{
"name": "CVE-2024-26987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26987"
},
{
"name": "CVE-2024-27015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27015"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2024-26992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26992"
},
{
"name": "CVE-2023-52468",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52468"
},
{
"name": "CVE-2023-52487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52487"
},
{
"name": "CVE-2024-26618",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26618"
},
{
"name": "CVE-2023-52490",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52490"
},
{
"name": "CVE-2023-52455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52455"
},
{
"name": "CVE-2023-52472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52472"
},
{
"name": "CVE-2023-52643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52643"
},
{
"name": "CVE-2024-26649",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26649"
},
{
"name": "CVE-2023-52473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52473"
},
{
"name": "CVE-2023-52465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52465"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2024-27042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27042"
},
{
"name": "CVE-2021-47197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47197"
},
{
"name": "CVE-2021-47196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47196"
},
{
"name": "CVE-2022-48702",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48702"
},
{
"name": "CVE-2022-48701",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48701"
},
{
"name": "CVE-2022-48694",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48694"
},
{
"name": "CVE-2022-48644",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48644"
},
{
"name": "CVE-2021-47217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47217"
},
{
"name": "CVE-2022-48653",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48653"
},
{
"name": "CVE-2021-47214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47214"
},
{
"name": "CVE-2022-48672",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48672"
},
{
"name": "CVE-2022-48657",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48657"
},
{
"name": "CVE-2022-48652",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48652"
},
{
"name": "CVE-2022-48658",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48658"
},
{
"name": "CVE-2021-47210",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47210"
},
{
"name": "CVE-2022-48662",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48662"
},
{
"name": "CVE-2022-48639",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48639"
},
{
"name": "CVE-2023-52646",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52646"
},
{
"name": "CVE-2022-48640",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48640"
},
{
"name": "CVE-2024-26933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26933"
},
{
"name": "CVE-2021-47215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47215"
},
{
"name": "CVE-2021-47074",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47074"
},
{
"name": "CVE-2021-47041",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47041"
},
{
"name": "CVE-2024-27039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27039"
},
{
"name": "CVE-2022-48704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48704"
},
{
"name": "CVE-2022-48675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48675"
},
{
"name": "CVE-2022-48690",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48690"
},
{
"name": "CVE-2021-47191",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47191"
},
{
"name": "CVE-2022-48637",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48637"
},
{
"name": "CVE-2022-48632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48632"
},
{
"name": "CVE-2022-48660",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48660"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2023-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52565"
},
{
"name": "CVE-2024-26892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26892"
},
{
"name": "CVE-2024-26964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26964"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2021-47227",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47227"
},
{
"name": "CVE-2021-47237",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47237"
},
{
"name": "CVE-2021-47239",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47239"
},
{
"name": "CVE-2021-47250",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47250"
},
{
"name": "CVE-2021-47261",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47261"
},
{
"name": "CVE-2021-47343",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47343"
},
{
"name": "CVE-2021-47360",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47360"
},
{
"name": "CVE-2021-47365",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47365"
},
{
"name": "CVE-2021-47373",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47373"
},
{
"name": "CVE-2021-47393",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47393"
},
{
"name": "CVE-2021-47398",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47398"
},
{
"name": "CVE-2021-47404",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47404"
},
{
"name": "CVE-2021-47420",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47420"
},
{
"name": "CVE-2021-47422",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47422"
},
{
"name": "CVE-2021-47426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47426"
},
{
"name": "CVE-2021-47428",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47428"
},
{
"name": "CVE-2021-47429",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47429"
},
{
"name": "CVE-2021-47430",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47430"
},
{
"name": "CVE-2021-47438",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47438"
},
{
"name": "CVE-2021-47444",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47444"
},
{
"name": "CVE-2021-47454",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47454"
},
{
"name": "CVE-2021-47457",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47457"
},
{
"name": "CVE-2021-47465",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47465"
},
{
"name": "CVE-2021-47481",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47481"
},
{
"name": "CVE-2021-47483",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47483"
},
{
"name": "CVE-2021-47490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47490"
},
{
"name": "CVE-2021-47495",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47495"
},
{
"name": "CVE-2021-47497",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47497"
},
{
"name": "CVE-2021-47499",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47499"
},
{
"name": "CVE-2021-47500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47500"
},
{
"name": "CVE-2021-47505",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47505"
},
{
"name": "CVE-2021-47516",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47516"
},
{
"name": "CVE-2021-47527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47527"
},
{
"name": "CVE-2021-47536",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47536"
},
{
"name": "CVE-2021-47537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47537"
},
{
"name": "CVE-2021-47538",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47538"
},
{
"name": "CVE-2021-47550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47550"
},
{
"name": "CVE-2021-47559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47559"
},
{
"name": "CVE-2022-48689",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48689"
},
{
"name": "CVE-2022-48691",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48691"
},
{
"name": "CVE-2022-48705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48705"
},
{
"name": "CVE-2022-48709",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48709"
},
{
"name": "CVE-2022-48710",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48710"
},
{
"name": "CVE-2023-52654",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52654"
},
{
"name": "CVE-2023-52659",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52659"
},
{
"name": "CVE-2023-52661",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52661"
},
{
"name": "CVE-2023-52662",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52662"
},
{
"name": "CVE-2023-52679",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52679"
},
{
"name": "CVE-2023-52686",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52686"
},
{
"name": "CVE-2023-52690",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52690"
},
{
"name": "CVE-2023-52698",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52698"
},
{
"name": "CVE-2023-52702",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52702"
},
{
"name": "CVE-2023-52703",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52703"
},
{
"name": "CVE-2023-52730",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52730"
},
{
"name": "CVE-2023-52731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52731"
},
{
"name": "CVE-2023-52736",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52736"
},
{
"name": "CVE-2023-52739",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52739"
},
{
"name": "CVE-2023-52740",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52740"
},
{
"name": "CVE-2023-52743",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52743"
},
{
"name": "CVE-2023-52744",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52744"
},
{
"name": "CVE-2023-52747",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52747"
},
{
"name": "CVE-2023-52764",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52764"
},
{
"name": "CVE-2023-52781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52781"
},
{
"name": "CVE-2023-52788",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52788"
},
{
"name": "CVE-2023-52791",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52791"
},
{
"name": "CVE-2023-52795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52795"
},
{
"name": "CVE-2023-52796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52796"
},
{
"name": "CVE-2023-52803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52803"
},
{
"name": "CVE-2023-52806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52806"
},
{
"name": "CVE-2023-52814",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52814"
},
{
"name": "CVE-2023-52817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52817"
},
{
"name": "CVE-2023-52818",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52818"
},
{
"name": "CVE-2023-52833",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52833"
},
{
"name": "CVE-2023-52840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52840"
},
{
"name": "CVE-2023-52851",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52851"
},
{
"name": "CVE-2023-52854",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52854"
},
{
"name": "CVE-2023-52867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52867"
},
{
"name": "CVE-2023-52877",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52877"
},
{
"name": "CVE-2024-26838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26838"
},
{
"name": "CVE-2024-35801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35801"
},
{
"name": "CVE-2024-35804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35804"
},
{
"name": "CVE-2024-35860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35860"
},
{
"name": "CVE-2024-35872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35872"
},
{
"name": "CVE-2024-35901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35901"
},
{
"name": "CVE-2024-35912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35912"
},
{
"name": "CVE-2024-35952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35952"
},
{
"name": "CVE-2024-35959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35959"
},
{
"name": "CVE-2024-35963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35963"
},
{
"name": "CVE-2024-35964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35964"
},
{
"name": "CVE-2024-36012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36012"
},
{
"name": "CVE-2024-36906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36906"
},
{
"name": "CVE-2024-36918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36918"
},
{
"name": "CVE-2024-36926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36926"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2023-52663",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52663"
},
{
"name": "CVE-2023-52675",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52675"
},
{
"name": "CVE-2023-52697",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52697"
},
{
"name": "CVE-2024-26611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26611"
},
{
"name": "CVE-2024-26674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26674"
},
{
"name": "CVE-2024-26899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26899"
},
{
"name": "CVE-2024-26990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26990"
},
{
"name": "CVE-2024-27027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27027"
},
{
"name": "CVE-2024-27031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27031"
},
{
"name": "CVE-2024-27057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27057"
},
{
"name": "CVE-2024-35795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35795"
},
{
"name": "CVE-2024-35810",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35810"
},
{
"name": "CVE-2024-35814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35814"
},
{
"name": "CVE-2024-35824",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35824"
},
{
"name": "CVE-2024-35834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35834"
},
{
"name": "CVE-2024-35836",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35836"
},
{
"name": "CVE-2024-35838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35838"
},
{
"name": "CVE-2024-35891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35891"
},
{
"name": "CVE-2024-35903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35903"
},
{
"name": "CVE-2024-35917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35917"
},
{
"name": "CVE-2024-35927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35927"
},
{
"name": "CVE-2024-35974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35974"
},
{
"name": "CVE-2024-35981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35981"
},
{
"name": "CVE-2024-35991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35991"
},
{
"name": "CVE-2024-36002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36002"
},
{
"name": "CVE-2024-36011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36011"
},
{
"name": "CVE-2024-36021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36021"
},
{
"name": "CVE-2024-36891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36891"
},
{
"name": "CVE-2024-36930",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36930"
},
{
"name": "CVE-2024-36936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36936"
},
{
"name": "CVE-2024-35983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35983"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2023-52648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52648"
},
{
"name": "CVE-2023-52649",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52649"
},
{
"name": "CVE-2024-26953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26953"
},
{
"name": "CVE-2024-26975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26975"
},
{
"name": "CVE-2024-27026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27026"
},
{
"name": "CVE-2024-27079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27079"
},
{
"name": "CVE-2024-27390",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27390"
},
{
"name": "CVE-2024-35787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35787"
},
{
"name": "CVE-2024-35827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35827"
},
{
"name": "CVE-2024-35831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35831"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-52560",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52560"
},
{
"name": "CVE-2023-52813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52813"
},
{
"name": "CVE-2023-52835",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52835"
},
{
"name": "CVE-2023-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52881"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2021-47539",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47539"
},
{
"name": "CVE-2021-47572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47572"
},
{
"name": "CVE-2021-47576",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47576"
},
{
"name": "CVE-2021-47578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47578"
},
{
"name": "CVE-2021-47601",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47601"
},
{
"name": "CVE-2021-47607",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47607"
},
{
"name": "CVE-2021-47609",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47609"
},
{
"name": "CVE-2021-47616",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47616"
},
{
"name": "CVE-2021-47617",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47617"
},
{
"name": "CVE-2021-47620",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47620"
},
{
"name": "CVE-2022-48712",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48712"
},
{
"name": "CVE-2022-48713",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48713"
},
{
"name": "CVE-2022-48714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48714"
},
{
"name": "CVE-2022-48720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48720"
},
{
"name": "CVE-2022-48724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48724"
},
{
"name": "CVE-2022-48725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48725"
},
{
"name": "CVE-2022-48727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48727"
},
{
"name": "CVE-2022-48728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48728"
},
{
"name": "CVE-2022-48729",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48729"
},
{
"name": "CVE-2022-48732",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48732"
},
{
"name": "CVE-2022-48745",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48745"
},
{
"name": "CVE-2022-48746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48746"
},
{
"name": "CVE-2022-48752",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48752"
},
{
"name": "CVE-2022-48760",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48760"
},
{
"name": "CVE-2022-48763",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48763"
},
{
"name": "CVE-2022-48767",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48767"
},
{
"name": "CVE-2022-48768",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48768"
},
{
"name": "CVE-2022-48769",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48769"
},
{
"name": "CVE-2022-48770",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48770"
},
{
"name": "CVE-2023-52787",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52787"
},
{
"name": "CVE-2023-52837",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52837"
},
{
"name": "CVE-2023-52845",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52845"
},
{
"name": "CVE-2023-52846",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52846"
},
{
"name": "CVE-2024-35979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35979"
},
{
"name": "CVE-2024-36477",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36477"
},
{
"name": "CVE-2024-36937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36937"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2024-36967",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36967"
},
{
"name": "CVE-2024-36975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36975"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2024-24859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24859"
},
{
"name": "CVE-2024-26734",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26734"
},
{
"name": "CVE-2024-26818",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26818"
},
{
"name": "CVE-2024-26831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26831"
},
{
"name": "CVE-2024-27012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27012"
},
{
"name": "CVE-2024-27017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27017"
},
{
"name": "CVE-2024-35880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35880"
},
{
"name": "CVE-2024-35892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35892"
},
{
"name": "CVE-2024-35894",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35894"
},
{
"name": "CVE-2024-35908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35908"
},
{
"name": "CVE-2024-35913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35913"
},
{
"name": "CVE-2024-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35942"
},
{
"name": "CVE-2024-35957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35957"
},
{
"name": "CVE-2024-35980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35980"
},
{
"name": "CVE-2024-39298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39298"
},
{
"name": "CVE-2024-39493",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39493"
},
{
"name": "CVE-2024-39500",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39500"
},
{
"name": "CVE-2024-40900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40900"
},
{
"name": "CVE-2024-40903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40903"
},
{
"name": "CVE-2024-40908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40908"
},
{
"name": "CVE-2024-40913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40913"
},
{
"name": "CVE-2024-40919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40919"
},
{
"name": "CVE-2024-40924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40924"
},
{
"name": "CVE-2024-40937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40937"
},
{
"name": "CVE-2024-40940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40940"
},
{
"name": "CVE-2024-40948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40948"
},
{
"name": "CVE-2024-40956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40956"
},
{
"name": "CVE-2024-40989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40989"
},
{
"name": "CVE-2024-40994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40994"
},
{
"name": "CVE-2023-52750",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52750"
},
{
"name": "CVE-2023-52782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52782"
},
{
"name": "CVE-2023-52786",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52786"
},
{
"name": "CVE-2023-52792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52792"
},
{
"name": "CVE-2023-52794",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52794"
},
{
"name": "CVE-2023-52842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52842"
},
{
"name": "CVE-2023-52849",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52849"
},
{
"name": "CVE-2023-52866",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52866"
},
{
"name": "CVE-2024-36010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36010"
},
{
"name": "CVE-2024-36882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36882"
},
{
"name": "CVE-2024-36962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36962"
},
{
"name": "CVE-2024-36977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36977"
},
{
"name": "CVE-2024-38566",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38566"
},
{
"name": "CVE-2024-38629",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38629"
},
{
"name": "CVE-2024-39291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39291"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2024-36028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36028"
},
{
"name": "CVE-2024-36884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36884"
},
{
"name": "CVE-2024-36920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36920"
},
{
"name": "CVE-2024-36932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36932"
},
{
"name": "CVE-2024-36956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36956"
},
{
"name": "CVE-2024-36961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36961"
},
{
"name": "CVE-2024-38561",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38561"
},
{
"name": "CVE-2024-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38604"
},
{
"name": "CVE-2024-38606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38606"
},
{
"name": "CVE-2021-47579",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47579"
},
{
"name": "CVE-2022-48757",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48757"
},
{
"name": "CVE-2023-52775",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52775"
},
{
"name": "CVE-2023-52885",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52885"
},
{
"name": "CVE-2024-26837",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26837"
},
{
"name": "CVE-2024-27404",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27404"
},
{
"name": "CVE-2024-39479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39479"
},
{
"name": "CVE-2024-39498",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39498"
},
{
"name": "CVE-2024-40923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40923"
},
{
"name": "CVE-2024-40925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40925"
},
{
"name": "CVE-2024-6197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6197"
},
{
"name": "CVE-2021-47623",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47623"
},
{
"name": "CVE-2022-48773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48773"
},
{
"name": "CVE-2022-48778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48778"
},
{
"name": "CVE-2022-48780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48780"
},
{
"name": "CVE-2022-48783",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48783"
},
{
"name": "CVE-2022-48784",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48784"
},
{
"name": "CVE-2022-48785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48785"
},
{
"name": "CVE-2022-48786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48786"
},
{
"name": "CVE-2022-48787",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48787"
},
{
"name": "CVE-2022-48793",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48793"
},
{
"name": "CVE-2022-48796",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48796"
},
{
"name": "CVE-2022-48797",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48797"
},
{
"name": "CVE-2022-48799",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48799"
},
{
"name": "CVE-2022-48800",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48800"
},
{
"name": "CVE-2022-48801",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48801"
},
{
"name": "CVE-2022-48802",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48802"
},
{
"name": "CVE-2022-48804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48804"
},
{
"name": "CVE-2022-48806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48806"
},
{
"name": "CVE-2022-48809",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48809"
},
{
"name": "CVE-2022-48810",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48810"
},
{
"name": "CVE-2022-48812",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48812"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-10966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10966"
},
{
"name": "CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"name": "CVE-2022-48813",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48813"
},
{
"name": "CVE-2022-48815",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48815"
},
{
"name": "CVE-2022-48817",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48817"
},
{
"name": "CVE-2022-48818",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48818"
},
{
"name": "CVE-2022-48823",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48823"
},
{
"name": "CVE-2022-48825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48825"
},
{
"name": "CVE-2022-48830",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48830"
},
{
"name": "CVE-2022-48831",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48831"
},
{
"name": "CVE-2022-48834",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48834"
},
{
"name": "CVE-2022-48835",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48835"
},
{
"name": "CVE-2022-48836",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48836"
},
{
"name": "CVE-2022-48837",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48837"
},
{
"name": "CVE-2022-48839",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48839"
},
{
"name": "CVE-2022-48840",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48840"
},
{
"name": "CVE-2022-48843",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48843"
},
{
"name": "CVE-2022-48850",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48850"
},
{
"name": "CVE-2022-48853",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48853"
},
{
"name": "CVE-2022-48858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48858"
},
{
"name": "CVE-2022-48861",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48861"
},
{
"name": "CVE-2022-48863",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48863"
},
{
"name": "CVE-2022-48864",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48864"
},
{
"name": "CVE-2022-48866",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48866"
},
{
"name": "CVE-2023-52886",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52886"
},
{
"name": "CVE-2024-41057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41057"
},
{
"name": "CVE-2024-41058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41058"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-12817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12817"
},
{
"name": "CVE-2025-12818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12818"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2024-38632",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38632"
},
{
"name": "CVE-2024-39491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39491"
},
{
"name": "CVE-2024-40922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40922"
},
{
"name": "CVE-2024-40930",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40930"
},
{
"name": "CVE-2024-40964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40964"
},
{
"name": "CVE-2024-40992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40992"
},
{
"name": "CVE-2024-41003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41003"
},
{
"name": "CVE-2024-41047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41047"
},
{
"name": "CVE-2024-42085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42085"
},
{
"name": "CVE-2024-42109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42109"
},
{
"name": "CVE-2024-42240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42240"
},
{
"name": "CVE-2021-47517",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47517"
},
{
"name": "CVE-2022-48865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48865"
},
{
"name": "CVE-2022-48875",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48875"
},
{
"name": "CVE-2022-48883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48883"
},
{
"name": "CVE-2022-48886",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48886"
},
{
"name": "CVE-2022-48889",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48889"
},
{
"name": "CVE-2022-48890",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48890"
},
{
"name": "CVE-2022-48896",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48896"
},
{
"name": "CVE-2022-48899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48899"
},
{
"name": "CVE-2022-48912",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48912"
},
{
"name": "CVE-2022-48913",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48913"
},
{
"name": "CVE-2022-48914",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48914"
},
{
"name": "CVE-2022-48915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48915"
},
{
"name": "CVE-2022-48921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48921"
},
{
"name": "CVE-2022-48929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48929"
},
{
"name": "CVE-2022-48931",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48931"
},
{
"name": "CVE-2022-48934",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48934"
},
{
"name": "CVE-2022-48938",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48938"
},
{
"name": "CVE-2022-48939",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48939"
},
{
"name": "CVE-2022-48942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48942"
},
{
"name": "CVE-2023-52859",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52859"
},
{
"name": "CVE-2023-52898",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52898"
},
{
"name": "CVE-2023-52901",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52901"
},
{
"name": "CVE-2023-52905",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52905"
},
{
"name": "CVE-2023-52906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52906"
},
{
"name": "CVE-2023-52908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52908"
},
{
"name": "CVE-2023-52909",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52909"
},
{
"name": "CVE-2023-52910",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52910"
},
{
"name": "CVE-2024-26637",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26637"
},
{
"name": "CVE-2024-26682",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26682"
},
{
"name": "CVE-2024-26683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26683"
},
{
"name": "CVE-2024-36970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36970"
},
{
"name": "CVE-2024-39486",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39486"
},
{
"name": "CVE-2024-41010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41010"
},
{
"name": "CVE-2024-41032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41032"
},
{
"name": "CVE-2024-41037",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41037"
},
{
"name": "CVE-2024-41038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41038"
},
{
"name": "CVE-2024-41039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41039"
},
{
"name": "CVE-2024-41045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41045"
},
{
"name": "CVE-2024-41056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41056"
},
{
"name": "CVE-2024-41084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41084"
},
{
"name": "CVE-2024-41094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41094"
},
{
"name": "CVE-2024-42107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42107"
},
{
"name": "CVE-2024-42125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42125"
},
{
"name": "CVE-2024-42132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42132"
},
{
"name": "CVE-2024-42133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42133"
},
{
"name": "CVE-2024-42138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42138"
},
{
"name": "CVE-2024-42139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42139"
},
{
"name": "CVE-2024-42141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42141"
},
{
"name": "CVE-2024-42238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42238"
},
{
"name": "CVE-2024-42239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42239"
},
{
"name": "CVE-2024-42241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42241"
},
{
"name": "CVE-2024-42245",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42245"
},
{
"name": "CVE-2024-42268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42268"
},
{
"name": "CVE-2024-42278",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42278"
},
{
"name": "CVE-2024-42291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42291"
},
{
"name": "CVE-2024-42315",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42315"
},
{
"name": "CVE-2024-42316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42316"
},
{
"name": "CVE-2024-43816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43816"
},
{
"name": "CVE-2024-43817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43817"
},
{
"name": "CVE-2024-43821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43821"
},
{
"name": "CVE-2024-43826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43826"
},
{
"name": "CVE-2024-43840",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43840"
},
{
"name": "CVE-2024-43842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43842"
},
{
"name": "CVE-2024-43873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43873"
},
{
"name": "CVE-2024-43874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43874"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2024-41031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41031"
},
{
"name": "CVE-2024-42243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42243"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2024-44983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44983"
},
{
"name": "CVE-2024-44986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44986"
},
{
"name": "CVE-2024-45000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45000"
},
{
"name": "CVE-2024-45010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45010"
},
{
"name": "CVE-2024-45019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45019"
},
{
"name": "CVE-2024-45022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45022"
},
{
"name": "CVE-2024-45029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45029"
},
{
"name": "CVE-2024-46711",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46711"
},
{
"name": "CVE-2024-46784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46784"
},
{
"name": "CVE-2024-46830",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46830"
},
{
"name": "CVE-2022-48944",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48944"
},
{
"name": "CVE-2024-42294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42294"
},
{
"name": "CVE-2024-43870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43870"
},
{
"name": "CVE-2024-44967",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44967"
},
{
"name": "CVE-2024-44984",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44984"
},
{
"name": "CVE-2024-45001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45001"
},
{
"name": "CVE-2024-45005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45005"
},
{
"name": "CVE-2024-45012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45012"
},
{
"name": "CVE-2024-45013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45013"
},
{
"name": "CVE-2024-45017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45017"
},
{
"name": "CVE-2024-45020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45020"
},
{
"name": "CVE-2024-46672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46672"
},
{
"name": "CVE-2024-46692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46692"
},
{
"name": "CVE-2024-46706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46706"
},
{
"name": "CVE-2024-46709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46709"
},
{
"name": "CVE-2024-46710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46710"
},
{
"name": "CVE-2024-46767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46767"
},
{
"name": "CVE-2024-46786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46786"
},
{
"name": "CVE-2024-46797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46797"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2024-41085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41085"
},
{
"name": "CVE-2024-26721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26721"
},
{
"name": "CVE-2024-42258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42258"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-54121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54121"
},
{
"name": "CVE-2012-2114",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-2114"
},
{
"name": "CVE-2021-46937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46937"
},
{
"name": "CVE-2021-46999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46999"
},
{
"name": "CVE-2021-47033",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47033"
},
{
"name": "CVE-2021-47079",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47079"
},
{
"name": "CVE-2021-47092",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47092"
},
{
"name": "CVE-2021-47226",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47226"
},
{
"name": "CVE-2021-47251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47251"
},
{
"name": "CVE-2021-47266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47266"
},
{
"name": "CVE-2021-47318",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47318"
},
{
"name": "CVE-2021-47325",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47325"
},
{
"name": "CVE-2021-47346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47346"
},
{
"name": "CVE-2021-47349",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47349"
},
{
"name": "CVE-2021-47519",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47519"
},
{
"name": "CVE-2021-47561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47561"
},
{
"name": "CVE-2021-47613",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47613"
},
{
"name": "CVE-2022-1247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1247"
},
{
"name": "CVE-2022-20153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-20153"
},
{
"name": "CVE-2022-48641",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48641"
},
{
"name": "CVE-2022-48643",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48643"
},
{
"name": "CVE-2022-48707",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48707"
},
{
"name": "CVE-2022-48719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48719"
},
{
"name": "CVE-2022-48781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48781"
},
{
"name": "CVE-2022-48819",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48819"
},
{
"name": "CVE-2022-48832",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48832"
},
{
"name": "CVE-2022-48848",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48848"
},
{
"name": "CVE-2022-48876",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48876"
},
{
"name": "CVE-2022-48963",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48963"
},
{
"name": "CVE-2022-48974",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48974"
},
{
"name": "CVE-2022-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48976"
},
{
"name": "CVE-2022-48984",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48984"
},
{
"name": "CVE-2022-48986",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48986"
},
{
"name": "CVE-2022-49013",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49013"
},
{
"name": "CVE-2022-49018",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49018"
},
{
"name": "CVE-2022-49048",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49048"
},
{
"name": "CVE-2022-49049",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49049"
},
{
"name": "CVE-2022-49052",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49052"
},
{
"name": "CVE-2022-49072",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49072"
},
{
"name": "CVE-2022-49077",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49077"
},
{
"name": "CVE-2022-49094",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49094"
},
{
"name": "CVE-2022-49152",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49152"
},
{
"name": "CVE-2022-49198",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49198"
},
{
"name": "CVE-2022-49229",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49229"
},
{
"name": "CVE-2022-49231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49231"
},
{
"name": "CVE-2022-49334",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49334"
},
{
"name": "CVE-2022-49340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49340"
},
{
"name": "CVE-2022-49374",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49374"
},
{
"name": "CVE-2022-49401",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49401"
},
{
"name": "CVE-2022-49403",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49403"
},
{
"name": "CVE-2022-49450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49450"
},
{
"name": "CVE-2022-49554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49554"
},
{
"name": "CVE-2022-49557",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49557"
},
{
"name": "CVE-2022-49567",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49567"
},
{
"name": "CVE-2022-49571",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49571"
},
{
"name": "CVE-2022-49572",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49572"
},
{
"name": "CVE-2022-49573",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49573"
},
{
"name": "CVE-2022-49574",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49574"
},
{
"name": "CVE-2022-49575",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49575"
},
{
"name": "CVE-2022-49577",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49577"
},
{
"name": "CVE-2022-49580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49580"
},
{
"name": "CVE-2022-49585",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49585"
},
{
"name": "CVE-2022-49586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49586"
},
{
"name": "CVE-2022-49587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49587"
},
{
"name": "CVE-2022-49593",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49593"
},
{
"name": "CVE-2022-49594",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49594"
},
{
"name": "CVE-2022-49595",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49595"
},
{
"name": "CVE-2022-49596",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49596"
},
{
"name": "CVE-2022-49597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49597"
},
{
"name": "CVE-2022-49598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49598"
},
{
"name": "CVE-2022-49599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49599"
},
{
"name": "CVE-2022-49600",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49600"
},
{
"name": "CVE-2022-49601",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49601"
},
{
"name": "CVE-2022-49602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49602"
},
{
"name": "CVE-2022-49604",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49604"
},
{
"name": "CVE-2022-49612",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49612"
},
{
"name": "CVE-2022-49629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49629"
},
{
"name": "CVE-2022-49633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49633"
},
{
"name": "CVE-2022-49637",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49637"
},
{
"name": "CVE-2022-49639",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49639"
},
{
"name": "CVE-2022-49659",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49659"
},
{
"name": "CVE-2022-49662",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49662"
},
{
"name": "CVE-2022-49691",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49691"
},
{
"name": "CVE-2022-49744",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49744"
},
{
"name": "CVE-2022-49747",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49747"
},
{
"name": "CVE-2022-49752",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49752"
},
{
"name": "CVE-2022-49754",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49754"
},
{
"name": "CVE-2022-49760",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49760"
},
{
"name": "CVE-2023-31082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31082"
},
{
"name": "CVE-2023-52516",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52516"
},
{
"name": "CVE-2023-52568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52568"
},
{
"name": "CVE-2023-52570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52570"
},
{
"name": "CVE-2023-52689",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52689"
},
{
"name": "CVE-2023-52704",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52704"
},
{
"name": "CVE-2023-52706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52706"
},
{
"name": "CVE-2023-52828",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52828"
},
{
"name": "CVE-2023-52902",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52902"
},
{
"name": "CVE-2023-52932",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52932"
},
{
"name": "CVE-2023-52934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52934"
},
{
"name": "CVE-2023-52940",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52940"
},
{
"name": "CVE-2023-52942",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52942"
},
{
"name": "CVE-2023-52977",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52977"
},
{
"name": "CVE-2023-52985",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52985"
},
{
"name": "CVE-2023-52987",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52987"
},
{
"name": "CVE-2023-52991",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52991"
},
{
"name": "CVE-2023-53004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53004"
},
{
"name": "CVE-2023-53017",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53017"
},
{
"name": "CVE-2024-23196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23196"
},
{
"name": "CVE-2024-26678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26678"
},
{
"name": "CVE-2024-26725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26725"
},
{
"name": "CVE-2024-26746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26746"
},
{
"name": "CVE-2024-26918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26918"
},
{
"name": "CVE-2024-27023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27023"
},
{
"name": "CVE-2024-40907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40907"
},
{
"name": "CVE-2024-43896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43896"
},
{
"name": "CVE-2024-46748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46748"
},
{
"name": "CVE-2024-46862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46862"
},
{
"name": "CVE-2024-53073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53073"
},
{
"name": "CVE-2024-53225",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53225"
},
{
"name": "CVE-2024-56668",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56668"
},
{
"name": "CVE-2024-57852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57852"
},
{
"name": "CVE-2024-57914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57914"
},
{
"name": "CVE-2024-57985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57985"
},
{
"name": "CVE-2024-57989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57989"
},
{
"name": "CVE-2024-58064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58064"
},
{
"name": "CVE-2024-58075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58075"
},
{
"name": "CVE-2024-58084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58084"
},
{
"name": "CVE-2025-21709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21709"
},
{
"name": "CVE-2025-21807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21807"
},
{
"name": "CVE-2025-21817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21817"
},
{
"name": "CVE-2025-21827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21827"
},
{
"name": "CVE-2025-21851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21851"
},
{
"name": "CVE-2025-21874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21874"
},
{
"name": "CVE-2025-21907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21907"
},
{
"name": "CVE-2025-21921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21921"
},
{
"name": "CVE-2025-24357",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24357"
},
{
"name": "CVE-2025-25183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25183"
},
{
"name": "CVE-2025-29770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29770"
},
{
"name": "CVE-2025-30165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30165"
},
{
"name": "CVE-2025-30202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30202"
},
{
"name": "CVE-2025-32381",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32381"
},
{
"name": "CVE-2025-32444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32444"
},
{
"name": "CVE-2025-46570",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46570"
},
{
"name": "CVE-2025-47277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47277"
},
{
"name": "CVE-2025-48887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48887"
},
{
"name": "CVE-2025-48956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48956"
},
{
"name": "CVE-2025-57809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57809"
},
{
"name": "CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"name": "CVE-2025-62426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62426"
},
{
"name": "CVE-2025-65106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65106"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2022-48879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48879"
},
{
"name": "CVE-2022-48946",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48946"
},
{
"name": "CVE-2022-48951",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48951"
},
{
"name": "CVE-2022-48953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48953"
},
{
"name": "CVE-2022-48969",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48969"
},
{
"name": "CVE-2022-48971",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48971"
},
{
"name": "CVE-2022-48972",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48972"
},
{
"name": "CVE-2022-48978",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48978"
},
{
"name": "CVE-2022-48981",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48981"
},
{
"name": "CVE-2022-48985",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48985"
},
{
"name": "CVE-2022-48987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48987"
},
{
"name": "CVE-2022-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48988"
},
{
"name": "CVE-2022-48992",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48992"
},
{
"name": "CVE-2022-48994",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48994"
},
{
"name": "CVE-2022-48997",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48997"
},
{
"name": "CVE-2022-49005",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49005"
},
{
"name": "CVE-2022-49006",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49006"
},
{
"name": "CVE-2022-49011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49011"
},
{
"name": "CVE-2022-49012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49012"
},
{
"name": "CVE-2022-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49014"
},
{
"name": "CVE-2022-49015",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49015"
},
{
"name": "CVE-2022-49017",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49017"
},
{
"name": "CVE-2022-49021",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49021"
},
{
"name": "CVE-2022-49022",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49022"
},
{
"name": "CVE-2022-49024",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49024"
},
{
"name": "CVE-2022-49027",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49027"
},
{
"name": "CVE-2022-49028",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49028"
},
{
"name": "CVE-2022-49029",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49029"
},
{
"name": "CVE-2024-44932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44932"
},
{
"name": "CVE-2024-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44964"
},
{
"name": "CVE-2024-46766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46766"
},
{
"name": "CVE-2024-46825",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46825"
},
{
"name": "CVE-2024-46864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46864"
},
{
"name": "CVE-2024-43869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43869"
},
{
"name": "CVE-2024-47672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47672"
},
{
"name": "CVE-2024-47675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47675"
},
{
"name": "CVE-2024-47682",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47682"
},
{
"name": "CVE-2024-47687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47687"
},
{
"name": "CVE-2024-47696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47696"
},
{
"name": "CVE-2024-47702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47702"
},
{
"name": "CVE-2024-47715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47715"
},
{
"name": "CVE-2024-47719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47719"
},
{
"name": "CVE-2024-47727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47727"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-49862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49862"
},
{
"name": "CVE-2024-49864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49864"
},
{
"name": "CVE-2024-49866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49866"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2024-49886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49886"
},
{
"name": "CVE-2024-49946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49946"
},
{
"name": "CVE-2024-49953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49953"
},
{
"name": "CVE-2024-50000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50000"
},
{
"name": "CVE-2024-50019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50019"
},
{
"name": "CVE-2024-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50020"
},
{
"name": "CVE-2024-50021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50021"
},
{
"name": "CVE-2024-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50022"
},
{
"name": "CVE-2024-50023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50023"
},
{
"name": "CVE-2024-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50027"
},
{
"name": "CVE-2024-50041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50041"
},
{
"name": "CVE-2024-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50042"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2024-50064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50064"
},
{
"name": "CVE-2024-50074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50074"
},
{
"name": "CVE-2024-50075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50075"
},
{
"name": "CVE-2024-50076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50076"
},
{
"name": "CVE-2024-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50077"
},
{
"name": "CVE-2024-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50078"
},
{
"name": "CVE-2024-50081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50081"
},
{
"name": "CVE-2024-46824",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46824"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50215"
},
{
"name": "CVE-2024-50235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50235"
},
{
"name": "CVE-2024-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50250"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-50255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
},
{
"name": "CVE-2024-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50259"
},
{
"name": "CVE-2024-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50261"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2024-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53055"
},
{
"name": "CVE-2024-53070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53070"
},
{
"name": "CVE-2024-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53072"
},
{
"name": "CVE-2024-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53082"
},
{
"name": "CVE-2024-50226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50226"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-44994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44994"
},
{
"name": "CVE-2024-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
},
{
"name": "CVE-2024-42317",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42317"
},
{
"name": "CVE-2024-43820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43820"
},
{
"name": "CVE-2024-43888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43888"
},
{
"name": "CVE-2024-43910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43910"
},
{
"name": "CVE-2024-44975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44975"
},
{
"name": "CVE-2024-44996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44996"
},
{
"name": "CVE-2024-45027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45027"
},
{
"name": "CVE-2024-46697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46697"
},
{
"name": "CVE-2024-46698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46698"
},
{
"name": "CVE-2024-46788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46788"
},
{
"name": "CVE-2024-46793",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46793"
},
{
"name": "CVE-2024-46845",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46845"
},
{
"name": "CVE-2024-47734",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47734"
},
{
"name": "CVE-2024-49856",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49856"
},
{
"name": "CVE-2024-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49977"
},
{
"name": "CVE-2024-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50093"
},
{
"name": "CVE-2024-50186",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50186"
},
{
"name": "CVE-2024-50189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50189"
},
{
"name": "CVE-2022-48982",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48982"
},
{
"name": "CVE-2022-48983",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48983"
},
{
"name": "CVE-2022-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48989"
},
{
"name": "CVE-2023-52778",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52778"
},
{
"name": "CVE-2024-49976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49976"
},
{
"name": "CVE-2024-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50101"
},
{
"name": "CVE-2024-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50102"
},
{
"name": "CVE-2024-50121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50121"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-50128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50128"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50139"
},
{
"name": "CVE-2024-50141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50141"
},
{
"name": "CVE-2024-50145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50145"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2024-50147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50147"
},
{
"name": "CVE-2024-50153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50153"
},
{
"name": "CVE-2024-50155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50155"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2024-50158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50158"
},
{
"name": "CVE-2024-50160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50160"
},
{
"name": "CVE-2024-50169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50169"
},
{
"name": "CVE-2024-50172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50172"
},
{
"name": "CVE-2024-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50182"
},
{
"name": "CVE-2024-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50200"
},
{
"name": "CVE-2024-50216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50216"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53045"
},
{
"name": "CVE-2024-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53048"
},
{
"name": "CVE-2024-53074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53074"
},
{
"name": "CVE-2024-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53085"
},
{
"name": "CVE-2024-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53110"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-53097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53097"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53120"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53136"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2024-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53105"
},
{
"name": "CVE-2024-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53117"
},
{
"name": "CVE-2024-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53118"
},
{
"name": "CVE-2024-53134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53134"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53160"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53202"
},
{
"name": "CVE-2024-53206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53206"
},
{
"name": "CVE-2024-53207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53207"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53213"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53222"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-56549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56549"
},
{
"name": "CVE-2024-56667",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56667"
},
{
"name": "CVE-2024-56752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56752"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2024-49951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49951"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53185"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-55881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55881"
},
{
"name": "CVE-2024-56372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56372"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2024-53238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53238"
},
{
"name": "CVE-2024-56617",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56617"
},
{
"name": "CVE-2024-56625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56625"
},
{
"name": "CVE-2024-56632",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56632"
},
{
"name": "CVE-2024-56654",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56654"
},
{
"name": "CVE-2024-56663",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56663"
},
{
"name": "CVE-2024-56675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56675"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56709"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56760"
},
{
"name": "CVE-2024-56765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56765"
},
{
"name": "CVE-2024-57793",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57793"
},
{
"name": "CVE-2024-57804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57804"
},
{
"name": "CVE-2024-57932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57932"
},
{
"name": "CVE-2024-57933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57933"
},
{
"name": "CVE-2024-57936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57936"
},
{
"name": "CVE-2025-21645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21645"
},
{
"name": "CVE-2025-21649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21649"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2024-46820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46820"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-57882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57882"
},
{
"name": "CVE-2024-57917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57917"
},
{
"name": "CVE-2025-21663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21663"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2025-21647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21647"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-21671",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21671"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2021-47222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47222"
},
{
"name": "CVE-2021-47223",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47223"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2024-47700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47700"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2024-49885",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49885"
},
{
"name": "CVE-2024-49999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49999"
},
{
"name": "CVE-2024-50029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50029"
},
{
"name": "CVE-2024-50107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50107"
},
{
"name": "CVE-2024-50109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50109"
},
{
"name": "CVE-2024-50114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50114"
},
{
"name": "CVE-2024-50120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50120"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-50165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50165"
},
{
"name": "CVE-2024-50197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50197"
},
{
"name": "CVE-2024-50207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50207"
},
{
"name": "CVE-2024-50223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
},
{
"name": "CVE-2024-50294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50294"
},
{
"name": "CVE-2024-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50303"
},
{
"name": "CVE-2024-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53044"
},
{
"name": "CVE-2024-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53109"
},
{
"name": "CVE-2024-53167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53167"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-53189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53189"
},
{
"name": "CVE-2024-56535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56535"
},
{
"name": "CVE-2024-56545",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56545"
},
{
"name": "CVE-2024-56696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56696"
},
{
"name": "CVE-2024-56702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56702"
},
{
"name": "CVE-2024-56742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56742"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2024-56783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56783"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2022-49080",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49080"
},
{
"name": "CVE-2022-49089",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49089"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2021-47648",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47648"
},
{
"name": "CVE-2021-47649",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47649"
},
{
"name": "CVE-2021-47650",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47650"
},
{
"name": "CVE-2021-47659",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47659"
},
{
"name": "CVE-2022-49058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49058"
},
{
"name": "CVE-2022-49061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49061"
},
{
"name": "CVE-2022-49065",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49065"
},
{
"name": "CVE-2022-49066",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49066"
},
{
"name": "CVE-2022-49074",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49074"
},
{
"name": "CVE-2022-49086",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49086"
},
{
"name": "CVE-2022-49090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49090"
},
{
"name": "CVE-2022-49092",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49092"
},
{
"name": "CVE-2022-49097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49097"
},
{
"name": "CVE-2022-49100",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49100"
},
{
"name": "CVE-2022-49103",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49103"
},
{
"name": "CVE-2022-49107",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49107"
},
{
"name": "CVE-2022-49118",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49118"
},
{
"name": "CVE-2022-49122",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49122"
},
{
"name": "CVE-2022-49130",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49130"
},
{
"name": "CVE-2022-49145",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49145"
},
{
"name": "CVE-2022-49147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49147"
},
{
"name": "CVE-2022-49148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49148"
},
{
"name": "CVE-2022-49153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49153"
},
{
"name": "CVE-2022-49154",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49154"
},
{
"name": "CVE-2022-49155",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49155"
},
{
"name": "CVE-2022-49156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49156"
},
{
"name": "CVE-2022-49159",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49159"
},
{
"name": "CVE-2022-49174",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49174"
},
{
"name": "CVE-2022-49175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49175"
},
{
"name": "CVE-2022-49180",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49180"
},
{
"name": "CVE-2022-49187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49187"
},
{
"name": "CVE-2022-49188",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49188"
},
{
"name": "CVE-2022-49206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49206"
},
{
"name": "CVE-2022-49208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49208"
},
{
"name": "CVE-2022-49216",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49216"
},
{
"name": "CVE-2022-49227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49227"
},
{
"name": "CVE-2022-49257",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49257"
},
{
"name": "CVE-2022-49259",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49259"
},
{
"name": "CVE-2022-49262",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49262"
},
{
"name": "CVE-2022-49263",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49263"
},
{
"name": "CVE-2022-49264",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49264"
},
{
"name": "CVE-2022-49266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49266"
},
{
"name": "CVE-2022-49268",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49268"
},
{
"name": "CVE-2022-49269",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49269"
},
{
"name": "CVE-2022-49272",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49272"
},
{
"name": "CVE-2022-49273",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49273"
},
{
"name": "CVE-2022-49279",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49279"
},
{
"name": "CVE-2022-49286",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49286"
},
{
"name": "CVE-2022-49290",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49290"
},
{
"name": "CVE-2022-49297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49297"
},
{
"name": "CVE-2022-49307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49307"
},
{
"name": "CVE-2022-49308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49308"
},
{
"name": "CVE-2022-49321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49321"
},
{
"name": "CVE-2022-49322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49322"
},
{
"name": "CVE-2022-49323",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49323"
},
{
"name": "CVE-2022-49339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49339"
},
{
"name": "CVE-2022-49341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49341"
},
{
"name": "CVE-2022-49343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49343"
},
{
"name": "CVE-2022-49345",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49345"
},
{
"name": "CVE-2022-49350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49350"
},
{
"name": "CVE-2022-49352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49352"
},
{
"name": "CVE-2022-49356",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49356"
},
{
"name": "CVE-2022-49357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49357"
},
{
"name": "CVE-2022-49376",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49376"
},
{
"name": "CVE-2022-49378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49378"
},
{
"name": "CVE-2022-49379",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49379"
},
{
"name": "CVE-2022-49384",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49384"
},
{
"name": "CVE-2022-49394",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49394"
},
{
"name": "CVE-2022-49400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49400"
},
{
"name": "CVE-2022-49402",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49402"
},
{
"name": "CVE-2022-49404",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49404"
},
{
"name": "CVE-2022-49407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49407"
},
{
"name": "CVE-2022-49409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49409"
},
{
"name": "CVE-2022-49422",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49422"
},
{
"name": "CVE-2022-49432",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49432"
},
{
"name": "CVE-2022-49433",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49433"
},
{
"name": "CVE-2022-49434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49434"
},
{
"name": "CVE-2022-49441",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49441"
},
{
"name": "CVE-2022-49447",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49447"
},
{
"name": "CVE-2022-49455",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49455"
},
{
"name": "CVE-2022-49468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49468"
},
{
"name": "CVE-2022-49472",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49472"
},
{
"name": "CVE-2022-49475",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49475"
},
{
"name": "CVE-2022-49481",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49481"
},
{
"name": "CVE-2022-49486",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49486"
},
{
"name": "CVE-2022-49492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49492"
},
{
"name": "CVE-2022-49498",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49498"
},
{
"name": "CVE-2022-49503",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49503"
},
{
"name": "CVE-2022-49508",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49508"
},
{
"name": "CVE-2022-49515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49515"
},
{
"name": "CVE-2022-49519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49519"
},
{
"name": "CVE-2022-49520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49520"
},
{
"name": "CVE-2022-49521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49521"
},
{
"name": "CVE-2022-49523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49523"
},
{
"name": "CVE-2022-49526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49526"
},
{
"name": "CVE-2022-49532",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49532"
},
{
"name": "CVE-2022-49545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49545"
},
{
"name": "CVE-2022-49559",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49559"
},
{
"name": "CVE-2022-49581",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49581"
},
{
"name": "CVE-2022-49583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49583"
},
{
"name": "CVE-2022-49584",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49584"
},
{
"name": "CVE-2022-49592",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49592"
},
{
"name": "CVE-2022-49603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49603"
},
{
"name": "CVE-2022-49605",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49605"
},
{
"name": "CVE-2022-49606",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49606"
},
{
"name": "CVE-2022-49607",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49607"
},
{
"name": "CVE-2022-49611",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49611"
},
{
"name": "CVE-2022-49613",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49613"
},
{
"name": "CVE-2022-49625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49625"
},
{
"name": "CVE-2022-49627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49627"
},
{
"name": "CVE-2022-49631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49631"
},
{
"name": "CVE-2022-49634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49634"
},
{
"name": "CVE-2022-49640",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49640"
},
{
"name": "CVE-2022-49641",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49641"
},
{
"name": "CVE-2022-49642",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49642"
},
{
"name": "CVE-2022-49643",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49643"
},
{
"name": "CVE-2022-49646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49646"
},
{
"name": "CVE-2022-49648",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49648"
},
{
"name": "CVE-2022-49653",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49653"
},
{
"name": "CVE-2022-49656",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49656"
},
{
"name": "CVE-2022-49657",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49657"
},
{
"name": "CVE-2022-49663",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49663"
},
{
"name": "CVE-2022-49670",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49670"
},
{
"name": "CVE-2022-49671",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49671"
},
{
"name": "CVE-2022-49672",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49672"
},
{
"name": "CVE-2022-49673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49673"
},
{
"name": "CVE-2022-49674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49674"
},
{
"name": "CVE-2022-49675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49675"
},
{
"name": "CVE-2022-49679",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49679"
},
{
"name": "CVE-2022-49688",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49688"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-49707",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49707"
},
{
"name": "CVE-2022-49708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49708"
},
{
"name": "CVE-2022-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49710"
},
{
"name": "CVE-2022-49716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49716"
},
{
"name": "CVE-2022-49721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49721"
},
{
"name": "CVE-2022-49723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49723"
},
{
"name": "CVE-2022-49726",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49726"
},
{
"name": "CVE-2022-49731",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49731"
},
{
"name": "CVE-2024-48876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48876"
},
{
"name": "CVE-2024-53681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53681"
},
{
"name": "CVE-2024-54460",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54460"
},
{
"name": "CVE-2024-55642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55642"
},
{
"name": "CVE-2024-56613",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56613"
},
{
"name": "CVE-2024-56624",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56624"
},
{
"name": "CVE-2024-56638",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56638"
},
{
"name": "CVE-2024-56653",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56653"
},
{
"name": "CVE-2024-56657",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56657"
},
{
"name": "CVE-2024-56669",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56669"
},
{
"name": "CVE-2024-56710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56710"
},
{
"name": "CVE-2024-56714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56714"
},
{
"name": "CVE-2024-56772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56772"
},
{
"name": "CVE-2024-56773",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56773"
},
{
"name": "CVE-2024-57878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57878"
},
{
"name": "CVE-2024-57879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57879"
},
{
"name": "CVE-2024-57885",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57885"
},
{
"name": "CVE-2025-21644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21644"
},
{
"name": "CVE-2025-21659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21659"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2024-58009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58009"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2022-49057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49057"
},
{
"name": "CVE-2022-49062",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49062"
},
{
"name": "CVE-2022-49064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49064"
},
{
"name": "CVE-2022-49070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49070"
},
{
"name": "CVE-2022-49139",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49139"
},
{
"name": "CVE-2022-49204",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49204"
},
{
"name": "CVE-2022-49205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49205"
},
{
"name": "CVE-2022-49207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49207"
},
{
"name": "CVE-2022-49209",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49209"
},
{
"name": "CVE-2022-49225",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49225"
},
{
"name": "CVE-2022-49228",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49228"
},
{
"name": "CVE-2022-49237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49237"
},
{
"name": "CVE-2022-49330",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49330"
},
{
"name": "CVE-2022-49353",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49353"
},
{
"name": "CVE-2022-49406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49406"
},
{
"name": "CVE-2022-49436",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49436"
},
{
"name": "CVE-2022-49446",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49446"
},
{
"name": "CVE-2022-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49476"
},
{
"name": "CVE-2022-49511",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49511"
},
{
"name": "CVE-2022-49518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49518"
},
{
"name": "CVE-2022-49538",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49538"
},
{
"name": "CVE-2022-49548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49548"
},
{
"name": "CVE-2022-49552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49552"
},
{
"name": "CVE-2022-49560",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49560"
},
{
"name": "CVE-2022-49565",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49565"
},
{
"name": "CVE-2022-49624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49624"
},
{
"name": "CVE-2022-49638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49638"
},
{
"name": "CVE-2022-49655",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49655"
},
{
"name": "CVE-2022-49658",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49658"
},
{
"name": "CVE-2022-49697",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49697"
},
{
"name": "CVE-2022-49732",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49732"
},
{
"name": "CVE-2022-49739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49739"
},
{
"name": "CVE-2022-49746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49746"
},
{
"name": "CVE-2022-49759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49759"
},
{
"name": "CVE-2023-52933",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52933"
},
{
"name": "CVE-2023-52941",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52941"
},
{
"name": "CVE-2023-52976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52976"
},
{
"name": "CVE-2023-52984",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52984"
},
{
"name": "CVE-2023-52992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52992"
},
{
"name": "CVE-2023-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52993"
},
{
"name": "CVE-2023-53006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53006"
},
{
"name": "CVE-2023-53007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53007"
},
{
"name": "CVE-2023-53015",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53015"
},
{
"name": "CVE-2023-53016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53016"
},
{
"name": "CVE-2023-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53019"
},
{
"name": "CVE-2023-53026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53026"
},
{
"name": "CVE-2023-53029",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53029"
},
{
"name": "CVE-2023-53030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53030"
},
{
"name": "CVE-2023-53033",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53033"
},
{
"name": "CVE-2024-46736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46736"
},
{
"name": "CVE-2024-46796",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46796"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2025-21876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21876"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2025-21886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21886"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2025-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21938"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2022-49220",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49220"
},
{
"name": "CVE-2022-49372",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49372"
},
{
"name": "CVE-2022-49578",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49578"
},
{
"name": "CVE-2022-49589",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49589"
},
{
"name": "CVE-2022-49620",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49620"
},
{
"name": "CVE-2023-52997",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52997"
},
{
"name": "CVE-2023-53031",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53031"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-21953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21953"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2022-49171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49171"
},
{
"name": "CVE-2022-49197",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49197"
},
{
"name": "CVE-2022-49561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49561"
},
{
"name": "CVE-2022-49590",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49590"
},
{
"name": "CVE-2023-52928",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52928"
},
{
"name": "CVE-2023-52937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52937"
},
{
"name": "CVE-2023-52938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52938"
},
{
"name": "CVE-2023-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52981"
},
{
"name": "CVE-2023-52982",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52982"
},
{
"name": "CVE-2023-52986",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52986"
},
{
"name": "CVE-2023-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53009"
},
{
"name": "CVE-2023-53032",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53032"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2025-21884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21884"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-21906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21906"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2025-29088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29088"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58074"
},
{
"name": "CVE-2025-21974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21974"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21939"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2024-57987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57987"
},
{
"name": "CVE-2024-57988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57988"
},
{
"name": "CVE-2024-57995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57995"
},
{
"name": "CVE-2024-58015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58015"
},
{
"name": "CVE-2024-58062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58062"
},
{
"name": "CVE-2025-21713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21713"
},
{
"name": "CVE-2025-21770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21770"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2021-47316",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47316"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
}
],
"initial_release_date": "2025-12-02T00:00:00",
"last_revision_date": "2025-12-02T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-1057",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-12-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-12-01",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36560",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36560"
},
{
"published_at": "2025-12-01",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36564",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36564"
}
]
}
FKIE_CVE-2024-53232
Vulnerability from fkie_nvd - Published: 2024-12-27 14:15 - Updated: 2025-02-10 18:157.8 (High) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/3be34fa1cdbf180c1a948cfededfdf2cdc497199 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/bd89d94f3ea6fdaee983cbc69226a00b9bde6d59 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/ecda483339a5151e3ca30d6b82691ef6f1d17912 | Patch |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "21434379-192D-472F-9B54-D45E3650E893",
"versionEndExcluding": "6.11.11",
"versionStartIncluding": "6.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D8882B1B-2ABC-4838-AC1D-DBDBB5764776",
"versionEndExcluding": "6.12.2",
"versionStartIncluding": "6.12",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\niommu/s390: Implement blocking domain\n\nThis fixes a crash when surprise hot-unplugging a PCI device. This crash\nhappens because during hot-unplug __iommu_group_set_domain_nofail()\nattaching the default domain fails when the platform no longer\nrecognizes the device as it has already been removed and we end up with\na NULL domain pointer and UAF. This is exactly the case referred to in\nthe second comment in __iommu_device_set_domain() and just as stated\nthere if we can instead attach the blocking domain the UAF is prevented\nas this can handle the already removed device. Implement the blocking\ndomain to use this handling. With this change, the crash is fixed but\nwe still hit a warning attempting to change DMA ownership on a blocked\ndevice."
},
{
"lang": "es",
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: iommu/s390: Implementar dominio de bloqueo Esto corrige un fallo al desconectar en caliente por sorpresa un dispositivo PCI. Este fallo ocurre porque durante la desconexi\u00f3n en caliente __iommu_group_set_domain_nofail() la conexi\u00f3n del dominio predeterminado falla cuando la plataforma ya no reconoce el dispositivo porque ya se ha eliminado y terminamos con un puntero de dominio NULL y UAF. Este es exactamente el caso al que se hace referencia en el segundo comentario en __iommu_device_set_domain() y tal como se indica all\u00ed, si en su lugar podemos conectar el dominio de bloqueo, se evita el UAF ya que puede gestionar el dispositivo ya eliminado. Implemente el dominio de bloqueo para usar esta gesti\u00f3n. Con este cambio, el fallo se corrige, pero a\u00fan encontramos una advertencia al intentar cambiar la propiedad de DMA en un dispositivo bloqueado."
}
],
"id": "CVE-2024-53232",
"lastModified": "2025-02-10T18:15:28.727",
"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"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2024-12-27T14:15:31.510",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/3be34fa1cdbf180c1a948cfededfdf2cdc497199"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/bd89d94f3ea6fdaee983cbc69226a00b9bde6d59"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/ecda483339a5151e3ca30d6b82691ef6f1d17912"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-416"
},
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-416"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-C86M-78V8-4HVW
Vulnerability from github – Published: 2024-12-27 15:31 – Updated: 2025-02-03 15:32In the Linux kernel, the following vulnerability has been resolved:
iommu/s390: Implement blocking domain
This fixes a crash when surprise hot-unplugging a PCI device. This crash happens because during hot-unplug __iommu_group_set_domain_nofail() attaching the default domain fails when the platform no longer recognizes the device as it has already been removed and we end up with a NULL domain pointer and UAF. This is exactly the case referred to in the second comment in __iommu_device_set_domain() and just as stated there if we can instead attach the blocking domain the UAF is prevented as this can handle the already removed device. Implement the blocking domain to use this handling. With this change, the crash is fixed but we still hit a warning attempting to change DMA ownership on a blocked device.
{
"affected": [],
"aliases": [
"CVE-2024-53232"
],
"database_specific": {
"cwe_ids": [
"CWE-416"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-12-27T14:15:31Z",
"severity": "MODERATE"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\niommu/s390: Implement blocking domain\n\nThis fixes a crash when surprise hot-unplugging a PCI device. This crash\nhappens because during hot-unplug __iommu_group_set_domain_nofail()\nattaching the default domain fails when the platform no longer\nrecognizes the device as it has already been removed and we end up with\na NULL domain pointer and UAF. This is exactly the case referred to in\nthe second comment in __iommu_device_set_domain() and just as stated\nthere if we can instead attach the blocking domain the UAF is prevented\nas this can handle the already removed device. Implement the blocking\ndomain to use this handling. With this change, the crash is fixed but\nwe still hit a warning attempting to change DMA ownership on a blocked\ndevice.",
"id": "GHSA-c86m-78v8-4hvw",
"modified": "2025-02-03T15:32:00Z",
"published": "2024-12-27T15:31:52Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53232"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/3be34fa1cdbf180c1a948cfededfdf2cdc497199"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/bd89d94f3ea6fdaee983cbc69226a00b9bde6d59"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/ecda483339a5151e3ca30d6b82691ef6f1d17912"
}
],
"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"
}
]
}
RHBA-2025:6279
Vulnerability from csaf_redhat - Published: 2025-05-13 08:22 - Updated: 2026-02-26 21:35In the Linux kernel, the following vulnerability has been resolved: iommu/s390: Implement blocking domain This fixes a crash when surprise hot-unplugging a PCI device. This crash happens because during hot-unplug __iommu_group_set_domain_nofail() attaching the default domain fails when the platform no longer recognizes the device as it has already been removed and we end up with a NULL domain pointer and UAF. This is exactly the case referred to in the second comment in __iommu_device_set_domain() and just as stated there if we can instead attach the blocking domain the UAF is prevented as this can handle the already removed device. Implement the blocking domain to use this handling. With this change, the crash is fixed but we still hit a warning attempting to change DMA ownership on a blocked device.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
A memory and information leak vulnerability was found in the Linux kernel's CIFS/SMB3 filesystem driver. When smb3_reconfigure() fails during smb3_sync_session_ctx_passwords(), the newly allocated password buffers (new_password and new_password2) are not freed or securely erased. This causes a memory leak and leaves sensitive password data in kernel memory that could potentially be exposed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHBA-2025:6279 | self |
| https://access.redhat.com/documentation/en-us/red… | external |
| https://issues.redhat.com/browse/RHEL-65347 | external |
| https://issues.redhat.com/browse/RHEL-65818 | external |
| https://issues.redhat.com/browse/RHEL-72036 | external |
| https://issues.redhat.com/browse/RHEL-73163 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2024-53232 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2334410 | external |
| https://www.cve.org/CVERecord?id=CVE-2024-53232 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2024-53232 | external |
| https://lore.kernel.org/linux-cve-announce/202412… | external |
| https://access.redhat.com/security/cve/CVE-2025-71151 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2432362 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-71151 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-71151 | external |
| https://lore.kernel.org/linux-cve-announce/202601… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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.",
"title": "Topic"
},
{
"category": "general",
"text": "For detailed information on changes in this release, see the Red Hat Enterprise Linux 10.0 Release Notes linked from 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/RHBA-2025:6279",
"url": "https://access.redhat.com/errata/RHBA-2025:6279"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/10/html/10.0_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/10/html/10.0_release_notes/index"
},
{
"category": "external",
"summary": "RHEL-65347",
"url": "https://issues.redhat.com/browse/RHEL-65347"
},
{
"category": "external",
"summary": "RHEL-65818",
"url": "https://issues.redhat.com/browse/RHEL-65818"
},
{
"category": "external",
"summary": "RHEL-72036",
"url": "https://issues.redhat.com/browse/RHEL-72036"
},
{
"category": "external",
"summary": "RHEL-73163",
"url": "https://issues.redhat.com/browse/RHEL-73163"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_6279.json"
}
],
"title": "Red Hat Bug Fix Advisory: kernel bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-02-26T21:35:41+00:00",
"generator": {
"date": "2026-02-26T21:35:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHBA-2025:6279",
"initial_release_date": "2025-05-13T08:22:29+00:00",
"revision_history": [
{
"date": "2025-05-13T08:22:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T08:22:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-26T21:35:41+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.0.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"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.0.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"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.0.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"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.0.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.9.1.el10_0.src",
"product": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.src",
"product_id": "kernel-0:6.12.0-55.9.1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.9.1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "perf-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "perf-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "rv-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "rv-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.9.1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"product": {
"name": "rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_id": "rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.9.1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "perf-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "perf-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.9.1.el10_0.x86_64",
"product": {
"name": "rv-0:6.12.0-55.9.1.el10_0.x86_64",
"product_id": "rv-0:6.12.0-55.9.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.9.1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "libperf-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "perf-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "perf-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "rtla-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.9.1.el10_0.s390x",
"product": {
"name": "rv-0:6.12.0-55.9.1.el10_0.s390x",
"product_id": "rv-0:6.12.0-55.9.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.9.1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-55.9.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"product_id": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-55.9.1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.src",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.src",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.src as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.src",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.src as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.src",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.9.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.9.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-53232",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-12-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2334410"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niommu/s390: Implement blocking domain\n\nThis fixes a crash when surprise hot-unplugging a PCI device. This crash\nhappens because during hot-unplug __iommu_group_set_domain_nofail()\nattaching the default domain fails when the platform no longer\nrecognizes the device as it has already been removed and we end up with\na NULL domain pointer and UAF. This is exactly the case referred to in\nthe second comment in __iommu_device_set_domain() and just as stated\nthere if we can instead attach the blocking domain the UAF is prevented\nas this can handle the already removed device. Implement the blocking\ndomain to use this handling. With this change, the crash is fixed but\nwe still hit a warning attempting to change DMA ownership on a blocked\ndevice.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iommu/s390: Implement blocking domain",
"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.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53232"
},
{
"category": "external",
"summary": "RHBZ#2334410",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334410"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53232",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53232"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-53232-6919@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-53232-6919@gregkh/T"
}
],
"release_date": "2024-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T08:22:29+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.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHBA-2025:6279"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iommu/s390: Implement blocking domain"
},
{
"cve": "CVE-2025-71151",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-01-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432362"
}
],
"notes": [
{
"category": "description",
"text": "A memory and information leak vulnerability was found in the Linux kernel\u0027s CIFS/SMB3 filesystem driver. When smb3_reconfigure() fails during smb3_sync_session_ctx_passwords(), the newly allocated password buffers (new_password and new_password2) are not freed or securely erased. This causes a memory leak and leaves sensitive password data in kernel memory that could potentially be exposed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: cifs: Fix memory and information leak in smb3_reconfigure()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability affects systems using CIFS/SMB3 filesystem mounts with password-based authentication. The password buffers remain in kernel memory after the error, creating an information disclosure risk if kernel memory can be read through other means. The memory leak accumulates with each failed reconfigure operation.",
"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.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-71151"
},
{
"category": "external",
"summary": "RHBZ#2432362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-71151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71151"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-71151",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-71151"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026012328-CVE-2025-71151-1a45@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026012328-CVE-2025-71151-1a45@gregkh/T"
}
],
"release_date": "2026-01-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T08:22:29+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.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHBA-2025:6279"
}
],
"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.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"AppStream-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"AppStream-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"BaseOS-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"BaseOS-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"CRB-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"CRB-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"NFV-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"NFV-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.src",
"RT-10.0.GA:kernel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-abi-stablelists-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debug-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-debuginfo-common-aarch64-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-debuginfo-common-ppc64le-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-debuginfo-common-s390x-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-debuginfo-common-x86_64-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-devel-matched-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-doc-0:6.12.0-55.9.1.el10_0.noarch",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-64k-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-64k-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debug-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-kvm-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-core-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-rt-modules-extra-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-tools-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:kernel-tools-libs-devel-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:kernel-uki-virt-addons-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:kernel-zfcpdump-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-devel-matched-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-core-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:kernel-zfcpdump-modules-extra-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:libperf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:python3-perf-debuginfo-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rtla-0:6.12.0-55.9.1.el10_0.x86_64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.aarch64",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.ppc64le",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.s390x",
"RT-10.0.GA:rv-0:6.12.0-55.9.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: cifs: Fix memory and information leak in smb3_reconfigure()"
}
]
}
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.